@charset "utf-8";
/* CSS Document */

html, body {
	background-image: url('../images/page_background.png');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #3e71a0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 93%;
	color: #787878;
}

strong {
	font-weight: bold;
}

#doc {
	width: 989px;
	margin: 0 auto;
	text-align: left;
}

#hd {
	background-image: url('../images/head_background.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 151px;
	padding: 0 5px;
}

#hd .utility {
	height: 45px;
	padding: 0 5px;
}

#hd .utility ul {
	margin-top: 22px;
	float: right;
}

#hd .utility ul li {
	float: left;
	margin-left: 1em;
	font-size: 85%;
}

#hd .utility a {
	color: #787878;
}

#hd .logo {
	height: 85px;
	padding-left: 20px;
	padding-top: 20px;
}

#hd .logo a {
	display: block;
	height: 66px;
	width: 446px;
	background-image: url('../images/logo.png');
}

#bd .callout {
	background-image: url('../images/home_callout2.jpg');
	background-repeat: no-repeat;
	height: 314px;
	position: relative;
}

#bd .callout .inner {
	position: absolute;
	top: 33px;
	left: 670px;
	width: 280px;
}

#bd .callout .inner .form {
	height: 135px;
	*height: 150px;
}

#bd .callout .inner .form .mcafee {
	float: right;
}

#bd .callout .inner .form .truste {
	float: left;
}

#bd .callout .inner .submit {
	height: 58px;
	font-size: 85%;
	color: #787878;
	line-height: 58px;
	padding-left: 16px;
	position: relative;
}

#submit {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-size:10pt;
}

.address_span {
	color: #949494; 
	font-weight: normal;
}

.agree {
	font-size: 85%;
}

#bd .callout input.text {
	border: 1px solid #aeaeae;
	height: 15px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	width: 159px;
	padding: 7px 12px;
	vertical-align: middle;
}

#bd .callout .inner .submit-button {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_search3.png');
	width: 91px;
	height: 31px;
	cursor: pointer;
	*cursor: hand;
	vertical-align: middle;
}

#bd .callout .inner .submit-button:hover {
	background-position: 0 -31px;
}

#bd .callout .inner .field-label {
	font-size: 116%;
	font-weight: bold;
	color: #4e4e4e;
	margin: 15px 0 9px;
	clear: both;
}

#bd .callout .inner .radiolist {
	color: #787878;
	font-size: 93%;
	height: 1em;
}

#bd .callout .inner .radiolist li {
	float: left;
	margin-right: 2em;
}

/* ////////////////////////////////// */ 


#bd .callout2 {
	background-image: url('../images/home_callout.jpg');
	background-repeat: no-repeat;
	height: 314px;
	position: relative;
}

#bd .callout2 .inner {
	position: absolute;
	top: 33px;
	left: 670px;
	width: 280px;
}

#bd .callout2 .inner .form {
	height: 135px;
	*height: 150px;
}

#bd .callout2 .inner .form .mcafee {
	float: right;
}

#bd .callout2 .inner .form .truste {
	float: left;
}

#bd .callout2 .inner .submit {
	height: 58px;
	font-size: 85%;
	color: #787878;
	line-height: 58px;
	padding-left: 16px;
	position: relative;
}

#bd .callout2 input.text {
	border: 1px solid #aeaeae;
	height: 15px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	width: 159px;
	padding: 7px 12px;
	vertical-align: middle;
}

#bd .callout2 .inner .submit-button {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_search3.png');
	width: 91px;
	height: 31px;
	cursor: pointer;
	*cursor: hand;
	vertical-align: middle;
}

#bd .callout2 .inner .submit-button:hover {
	background-position: 0 -31px;
}

#bd .callout2 .inner .field-label {
	font-size: 116%;
	font-weight: bold;
	color: #4e4e4e;
	margin: 15px 0 9px;
	clear: both;
}

#bd .callout2 .inner .radiolist {
	color: #787878;
	font-size: 93%;
	height: 1em;
}

#bd .callout2 .inner .radiolist li {
	float: left;
	margin-right: 2em;
}

/* ///////////////////////////////////// */

#bd {
	background-image: url('../images/body_background.png');
	background-position: top;
	background-repeat: repeat-y;
}

#bd .wrap {
	background-image: url('../images/body_background_top.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 520px;
	padding: 0 5px;
	overflow: auto;
}

#ft {
	background-image: url('../images/footer_background.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 50px;
	color: #787878;
	font-size: 85%;
	padding-bottom: 2em;
	*clear: both;
}

#ft a {
	color: #3e71a0;
}

#ft .copyright {
	padding: 0 5px;
	text-align: center;
}

#bd .three-col h2 {
	color: #3e71a0;
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 1.2em;
}

#bd .three-col h1 {
	color: #3e71a0;
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 1.2em;
}

#bd .three-col {
	padding-top: 31px;
	padding-left: 30px;
	padding-right: 20px;
	background-image: url('../images/body_3col_background.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: transparent;
	min-height: 206px;
}

#bd .three-col .col-left {
	width: 280px;
	float: left;
}

#bd .three-col .col-mid {
	width: 280px;
	padding-left: 30px;
	float: left;
}

#bd .three-col .col-right {
	width: 300px;
	float: right;
}

.painter-callout {
	display: block;
	overflow: hidden;
	text-indent: -900px;
	background-image: url('../images/button_painters.jpg');
	height: 150px;
	margin-bottom: 20px;
}

.painter-callout:hover {
	background-position: 0 -150px;
}

.photo {
	margin-bottom: 1.25em;
}

.three-col p, .three-col li, .two-col p, .two-col li {
	font-size: 93%;
	color: #787878;
	margin-bottom: 1em;
}

.three-col p strong, .three-col li strong, .two-col p strong, .two-col li strong {
	color: #4f4f4f;
}

.three-col .col-left p.large, .three-col .col-mid p.large {
	font-size: 116%;
}

.three-col .col-left ol li.li1 {
	background-image: url('../images/li_1.png');	
}

.three-col .col-left ol li.li2 {
	background-image: url('../images/li_2.png');	
}

.three-col .col-left ol li.li3 {
	background-image: url('../images/li_3.png');	
}

.three-col .col-left ol li {
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 3px;
}

.two-col {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
}

.two-col .col-left {
	float: left;
	width: 610px;
}

.two-col .col-right {
	float: right;
	width: 300px;
}

h1 {
	display: block;
	background-image: url('../images/h1_background.png');
	background-repeat: repeat-x;
	height: 58px;
	color: #3e71a0;
	padding-left: 30px;
	padding-top: 36px;
	font-size: 36px;
	font-weight: bold;
}

h1.contractor {
	background-image: url('../images/h1_background_contractor.png');
}

.two-col h2 {
	color: #4f4f4f;
	font-weight: bold;
	font-size: 138.5%;
}

.form-header {
	height: 97px;
	background-image: url('../images/form_header.png');
	background-repeat: repeat-x;
	position: relative;
	padding-left: 90px;
	padding-top: 30px;
	font-weight: bold;
	color: #3e71a0;
	font-size: 24px;
}

.check {
	position: absolute;
	top: 30px;
	left: 30px;
}

.form-header em {
	color: #85c404;
	font-size: 36px;
	font-weight: bold;
	line-height: 0.8em;
}

.form-header small {
	color: #787878;
	font-size: 15px;
	font-weight: normal;
}

#accuracy {
	background-image: url('../images/accuracy_background.png');
	height: 134px;
	position: relative;
	margin-bottom: 20px;
}

#accuracy div {
	height: 30px;
	position: absolute;
	background-image: url('../images/accuracy_rating.png');
	width: 280px;
	top: 40px;
	left: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#accuracy div span {
	display: block;
	font-weight: bold;
	font-size: 36px;
	margin-top: -6px;
}

#accuracy div.poor {
	background-position: 84px 0;
	color: #e10a0a;
}

#accuracy div.poor2 {
	background-position: 84px -30px;
	color: #E18C0A;
}

#accuracy div.fair {
	background-position: 84px -60px;
	color: #3e71a0;
}

#accuracy div.good {
	background-position: 84px -90px;
	color: #86c504;
}

#accuracy div.excellent {
	background-position: 84px -120px;
	color: #86c504;
}

.security {
    margin-top: 36px; 
	_margin-top: 18px;
}

fieldset {
	margin-left: 59px;
}

fieldset h3 {
	color: #3e71a0;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3e71a0;
	font-size: 24px;
	font-weight: bold;
}

fieldset .divide {
	margin-bottom: 10px;
	border-bottom: 2px solid #3e71a0;
}

fieldset .field {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 474px;
	overflow:hidden;
	clear: both;
}

fieldset .field2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 541px;
	clear: both;
	padding: 8px 0px;
}

fieldset .last {
	border-bottom: none;
	padding-bottom: 5px;
}

fieldset .field strong {
	display: block;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 6px;
	line-height: 1.2em;
}

fieldset .field strong .instructions {
	font-weight: normal;	
}

fieldset .field strong .instructions-nextline {
	font-weight: normal;
	font-size: 12px;
}

fieldset .field .example {
	text-align: right;
	font-size: 85%;
	color: #787878;
	margin-right: 68px;
	margin-top: 4px;
}

fieldset .hint {
	display: none;
}

fieldset input.text, fieldset textarea.text {
	border: 1px solid #aeaeae;
	height: 15px;
	background-image: url('../images/input_text_background.png');
	font-size: 116%;
	color: #787878;
	padding: 7px 12px;
}

fieldset select {
	border: 1px solid #aeaeae;
	height: 32px;
	width:151px;
	background-image: url('../images/input_text_background.png');
	font-size: 15px;
	color: #787878;
	padding: 5px 12px;
}

fieldset textarea.text {
	height: 155px;	
}

fieldset input.full, fieldset textarea.full {
	width: 448px;	
}

fieldset input.half {
	width: 203px;	
}

fieldset input#city{
	width:184px;
}

fieldset input#zip{
	width:56px;
	margin:0;
}

fieldset label {
	color: #787878;
	font-size: 93%;
}

fieldset .field .col1 {
	float: left;
	margin-right:15px;
}

fieldset .field .col2 {
	float:right;
}

fieldset .field .col2 input.text{
	margin:0;
}

fieldset .field div{
	float:left;
	position:relative;
}

fieldset .field div.three-cols{
	margin-top:10px;
}

fieldset .field div.three-cols div{
	margin-right:15px;
}

fieldset .field div.three-cols div.last{
	margin-right:0;
}

fieldset .field .small{
	display:block;
	font-size:12px;
	color:#949494;
	clear:both;
	float:left;
	width:100%;
	margin:5px 0 0;
}

.box, .box2, .box3 {
	margin-bottom: 20px;
}

.box {
	background-image: url('../images/side_section_background.png');
	background-repeat: no-repeat;
	padding: 0 10px;
}

.box.mcafee {
	margin-top: 45px; 
	text-align: center;
}

.box_security {
    margin-left: 11px;
}

.box_security2 {
	float: left; 
	margin-right: 17px;
}

.box2 {
	background-image: url('../images/side_section2_background.png');
	height: 170px;
	padding: 0 10px;
}

.box2 .large {
	font-size: 24px;
	color: #4e4e4e;
	margin-bottom: 15px;
}

.box2 small {
	font-size: 12px;
	color: #787878;
}

.box3 {
	background-image: url('../images/side_section3_background.png');
	height: 197px;
	padding: 0 10px;
}

.box h4, .box2 h4, .box3 h4 {
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #3e71a0;
	font-weight: bold;
}

.gallery .photo {
	height: 54px;
	border: 1px solid #d0d0d0;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.email_list {
	border-top:2px solid #000000;
}

.email_label {
	font-weight: normal; 
	font-family:Arial; 
	font-size:12px; 
	color:#000000;
}

.email_input {
	font-size:10pt; 
	border:1px solid #999999;
}

#stored-city li{
	float:left;
	font-size:12px;
	margin:5px 15px -10px 0;
}

#stored-city li#city-edit{
	float:right;
	margin-right:0;
	text-decoration:underline;
	cursor:pointer;
	color:#3E71A0;
}

#stored-city li strong{
	display:inline;
	font-size:12px;
}

#cancel-edit{
	text-decoration:underline;
	cursor:pointer;
	color:#3E71A0;
	text-align:center;
	background:url(../images/bg_cancelEditing.gif) 50% 50% no-repeat;
	width: 474px;
	height:14px;
	margin-top:10px;
	font-size:12px;
}

#add-alt-phone{
	background:url(../images/icon_addPhone.jpg) 0 50% no-repeat;
	float:left;
	cursor:pointer;
	color:#3E71A0;
	font-size:12px;
	text-decoration:underline;
	margin: 23px 45px 0 0;
	padding: 10px 0 10px 25px;
}

#del-alt-phone{
	cursor:pointer;
	color:#3E71A0;
	font-size:12px;
	text-decoration:underline;
	margin:5px 0 0;
}	

#alternate-phone{
	display:none;
}

#del-alt-phone{
	display:block;
}

.newsletter label{
	font-size:12px;
	color:#4e4e4e;
	font-weight:bold;
}

.field span.opt{
	float:right;
	font-size:12px;
	color:#949494;
}

.last.field span.opt{
	float:left;
	margin:10px 0 0 20px;
	width:250px;
}

.oops {
	height: 95px;
	background-image: url('../images/form_error.png');
	background-repeat: no-repeat;
	margin-bottom: 21px;
	display: none;
}

#oops {
    display: block;
}

a.help {
	position: absolute;
	right: 0;
	top: 12px;
	height: 19px;
	width: 19px;
	background-image: url('../images/icon_help.png');
	cursor: pointer;
}

a.help:hover {
	background-position: 0 -19px;
}

fieldset .hint {
	position: absolute;
	height: 62px;
	width: 201px;
	padding: 20px 16px 16px 14px;
	font-size: 11px;
	background-image: url('../images/hint_background.png');
	top: -18px;
	right: 22px;
	display: none;
}

fieldset .hint strong {
	margin-bottom: 3px;
}

fieldset .hint a.close {
	display: block;
	position: absolute;
	right: 14px;
	top: 9px;
	background-image: url('../images/icon_hint_close.png');
	width: 8px;
	height: 8px;
}

fieldset .hint a:hover.close
{
	background-position: 0 -8px;
}

fieldset .getbids {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_getbids.png');
	width: 202px;
	height: 44px;
	cursor: pointer;
	*cursor: hand;
	float: left;
	margin-left: 0px;
}

fieldset .getbids:hover{
	background-position:bottom;
}

fieldset .search2 {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_search2.png');
	width: 261px;
	height: 43px;
	cursor: pointer;
	*cursor: hand;
	float: right;
	margin-left: 35px;
}

fieldset .search2:hover {
	background-position: 0 -43px;
}

fieldset .signup {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_signup.png');
	width: 202px;
	height: 44px;
	cursor: pointer;
	*cursor: hand;
	float: left;
	margin-left: 0px;
}

fieldset #signup {
	text-indent: -9000px; 
	text-transform: uppercase; 
	float: left; 
	margin-left: 0px; 
	background-image: url('assets/images/button_get-info.png');
}

fieldset .signup:hover {
	background-position: 0 -44px;
}

.agreebox {
	float: left;
	margin-bottom: 50px;
	margin-right: 8px;
}

fieldset .field-error {
	color: #a33504 !important;
	font-style:italic !important;
}

fieldset span.error{
	background:url(../images/input_errorBg.gif) 7px 0 no-repeat;
	width:100%;
	display:block;
	position:relative;
	z-index:100;
	height:6px;
	margin-top:2px;
}

fieldset label.error {
	font-size:12px;
	font-weight:bold;
	color:#a33504;
	border:1px solid #f8d7c7;
	background:#ffead3;
	padding:5px;
	display:block;
	margin-top:-1px;
	margin-bottom:10px;
}

fieldset input.error, fieldset select.error{
	border-color:#e28e6d;
}

fieldset span.valid{
	background:url(../images/input_correctBg.gif) right top no-repeat;
	width:27px;
	height:22px;
	text-indent:-9999px;
	display:block;
	width:100%;
	float:right;
	margin-top:-22px;
}

fieldset input.valid{
	border-color:#8dcc04 !important;
	background:#f7ffe2 !important;
}

fieldset select.valid{
	border-color:#8dcc04 !important;
}

fieldset strong.valid{
	color:#8dcc04 !important;
}

#scroll-leader {
	position: relative;
	_position: static; /* IE6 */
	overflow: auto;
}

#scroll-follower {
	position: absolute;
	_position: static; /* IE6 */
	width: 300px;
}

.accuracyrating .rating {
	font-weight: bold;
	font-size: 31px;
	float: left;
}

.accuracyrating div.poor {
	color: #e10a0a;
}

.accuracyrating div.poor2 {
	color: #E18C0A;
}

.accuracyrating div.fair {
	color: #3e71a0;
}

.accuracyrating div.good {
	color: #86c504;
}

.accuracyrating div.excellent {
	color: #86c504;
}

.accuracyrating .label {
	float: right;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
}

.accuracyrating .note {
	clear: both;
	font-size: 11px;
	color: #787878;
}

.accuracyrating h3 {
	height: 46px;
	line-height: 46px;
	color: #4e4e4e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.accuracyrating h5 {
	color: #3e71a0;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #3e71a0;
}

.accuracyrating table {
	width: 100%;
}

.accuracyrating table th, .accuracyrating table td {
	padding: 5px 6px;
	color: #4e4e4e;
	font-size: 12px;
	border: 2px solid F9F9F9;
	vertical-align: top;
	width: 50%;
}

.accuracyrating table th {
	padding-left: 0;
	font-weight: bold;
	white-space: nowrap;
}

.accuracyrating table td {
	background-color: #ebebeb;	
}

.contactme {
	margin-top: 13px;
	font-size: 15px;
	font-weight: bold;
	color: #3e71a0;
	width: 256px;
	height: 52px;
	background-image: url('../images/contactme2.png');
	padding: 16px 12px 0;
	background-repeat: no-repeat;
}

span.req {
	color: #cc0000;
	font-weight: bold;
}

br.clear { clear: both; }

fieldset .contractor_submit {
	border: 0px;
	background-color: transparent;
	background-image: url('../images/button_contractor_submit.png');
	width: 202px;
	height: 44px;
	cursor: pointer;
	*cursor: hand;
	float: left;
}

fieldset .contractor_submit:hover {
	background-position: 0 -44px;
}

.special {
	height: 30px;
}

.special2 {
	margin-top: 0;
}

.special3 {
	font-weight: 15px; 
	margin: 3px 11px 17px; 
	padding-bottom: 3px; 
	border-bottom: 1px solid #bfbfbf;
}

.special4 {
	color: #4f4f4f;
}

.special5 {
	font-weight: bold; color: #3e71a0;
}

/**** New form page layouts ****/


.alt-b{
	background:#f9f9f9;
}

.alt-b #doc{
	width:958px;
}

.alt-b #hd{
	background:none;
	height:auto;
}

.alt-b #hd .logo{
	padding-left:0;
}

.alt-b #hd .utility{
	display:none;
}

.alt-b #bd{
	background:none;
}

.alt-b #bd .wrap{
	background:none;
	padding:0;
}

.alt-b .two-col{
	padding:0;
	margin:0;
}

.alt-b .two-col .col-left{
	width:660px;
	background:url(../images/new/bg_leftColBottom.jpg) bottom no-repeat;
	padding-bottom:55px;
}

.alt-b .two-col .col-right{
	width:280px;
}

.alt-b .two-col .col-left form{
	background:url(../images/new/bg_leftCol.jpg) repeat-y;
}

.alt-b .form-header{
	background:url(../images/new/bg_header_altb.jpg) no-repeat;
	width:660px;
	height:166px;
	padding:0;
}

.alt-b .form-header h1{
	background:none;
	font-size:60px;
	color:#9ed424;
	text-shadow:1px 1px 0px #1a304a;
	filter:dropshadow(color=#1a304a, offx=1, offy=1);
	padding:20px 0 0 35px;
	line-height:1;
}

.alt-b .form-header h2{
	font-size:25px;
	line-height:1.1;
	font-weight:normal;
	color:#fff;
	text-shadow:1px 1px 0px #1a304a;
	filter:dropshadow(color=#1a304a, offx=1, offy=1);
	padding:5px 0 0 35px;
	width:435px;
}

.alt-b form h4{
	font-size:24px;
	font-weight:bold;
	color:#3e71a0;
	line-height:1.1;
	margin-bottom:10px;
	padding:10px 30px 0 35px;
}

.alt-b .box{
	padding:0;
	background:none;
}

.alt-b .accuracyrating h3{
	font-size:14px;
	color:#77af04;
	text-transform:uppercase;
	line-height:1;
	margin:50px 0 0;
	height:auto;
}

.alt-b .box h4{
	font-size:14px;
	height:auto;
	line-height:1;
}

.alt-b .accuracyrating h5{
	margin-top:10px;
}

.alt-b .accuracyrating table th, .alt-b .accuracyrating table td{
	border-color:#F9F9F9;
}

.alt-b #ft{
	background:none;
	padding-top:20px;
}


.alt-c .form-header{
	background:#88ae00;
	height:61px;
	padding-top:15px;
}

.alt-c .form-header h1{
	background:none;
	padding:0;
	line-height:1;
	height:auto;
	color:#fff;
	font-size:48px;
	float:left;
	margin-right:5px;
}

.alt-c form h3{
	color:#3e71a0;
	margin-left:59px;
	font-size:25px;
	width:474px;
	font-weight:bold;
	line-height:1.2;
}

.alt-c form h4{
	font-size:15px;
	line-height:1.2;
	color:#787878;
	margin-left:59px;
	width:474px;
	font-weight:bold;
}


.alt-d .form-header{
	background:url(../images/new/bg_header_altd.jpg) repeat-x;
	height:33px;
	padding:0;
}

.alt-d .two-col{
	margin:0;
}

.alt-d .col-left h1{
	background:none;
	font-size:43px;
	color:#85c404;
	font-weight:bold;
	line-height:1;
	height:auto;
	float:left;
	padding:0;
	margin:0 5px 0 59px;
}

.alt-d .col-left img{
	margin:5px 0 0;
}

.alt-d .col-left h2{
	color:#3e71a0;
	margin-left:59px;
	font-size:25px;
	width:474px;
	font-weight:bold;
	line-height:1.2;
	clear:both;
}

.alt-d .col-left h3{
	color:#4e4e4e;
	margin-left:59px;
	font-size:15px;
	width:474px;
	font-weight:normal;
	line-height:1.2;
}

fieldset .field { position: relative; }

fieldset .field span.valid {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 27px;
	margin-top: 0px;
}
