/* 
  ------------------------------------------------
  Copyright (c) 2008 Bridge McFarland Solicitors
  Online Conveyancing Calculator
  ------------------------------------------------
*/
/* Extra NetConstruct CSS */
body {font-family:arial,verdana,helvetica; font-size:71%; font-weight:Normal; color:#353434;}
a {color:#353434; text-decoration:none;}
a:hover {text-decoration:underline;}

#aqc {
	width:75%;
	border:1px solid #ccc;
	padding:10px;
	margin:2% 5%;
	background-color:#fff;
}
#aqc .nb {
	font-style:italic;
}
#aqc .nb-asterisk {
	font-size:1em;
	font-weight:bold;
}
#aqc h3 {
	font-size:1.2em;
	clear: both;
}
#aqc h4 {
	font-size:1em;
	clear: both;
	color:#c8390f;
	padding-top:1em;
}
#aqc .row {
	clear:both;
	width:100%;
}
#aqc .left {
	float:left;
	width:300px;
	text-align:right;
	padding:5px;
	font-weight:bold;
	border:1px dotted #ccc;
}
#aqc .right {
	float:left;
	width:120px;
	text-align:right;
	padding:5px;
	border:1px dotted #ccc;
}
#aqc .clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* form
----------------------------------------------*/
#aqc div.row {
  clear: both;
  padding-top: 5px;
  width:100%;
}
#aqc div.row span.label {
  float: left;
  width: 20%;
  text-align: right;
}
#aqc div.row span.formw {
  width: 80%;
  text-align: left;
  padding-left: 5px;
}
#aqc legend {
	font-weight:bold;
	margin:10px;
}
#aqc .outer {
	font-size:1.2em;
}
#aqc .buttons {
	margin-top:10px;
}
/* errors
----------------------------------------------*/
#aqc #list-error {
	list-style-type: none;
	color: #666666;
	padding:5px 0 5px 0;
}
#aqc #list-error li {
	padding: 0 0 0 20px;
	background: transparent url(images/error_bullet.gif) no-repeat 0 50%;
}
#aqc label.form-error {
	font-weight: bold;
}
#aqc input.form-error, textarea.form-error {
	background: #F62B0C;
	color: #FFFFFF;
}
#aqc legend{
	color:#353434;
}
#aqc a.button:link, a.button:visited, a.button:hover {
	text-decoration:none; 
	font-variant: small-caps; 
	border-style: outset; 
	border-width: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	background-color: #C0C0C0
}
#aqc a.button:active, a.button:focus {
	text-decoration:none; 
	font-variant: small-caps; 
	border-style: inset; 
	border-width: 2px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	background-color: #C0C0C0
}