@charset "UTF-8";
/* CSS Document */

/* Form styles */
div.form-container { margin: 10px; padding: 5px; border: #EEE 0px solid; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
 
p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }
 
div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
 
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container form fieldset-spouse { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset-spouse div { padding: 0.25em 0; margin-bottom: 10px; }




div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #333333; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.controlsetleft div { margin-left: 0px; }
div.form-container div.buttonrow { margin-left: 200px; }
div.form-container div.buttonrow2 { margin-left: 200px; display: none; }
div.form-container div.buttonrow3 { margin-left: 200px;}


#form-container input.submit2{
/*	background:url(../images/btn_submit.gif) 0 0 no-repeat;*/
	height:23px;
	border:none;
	cursor:pointer;
	float:left;
	padding-left: 5px;
}
#form-container a.reset2{
	float:right;
	cursor:pointer;
	border:none;
	height:23px;
}

#form-container form fieldset p{
	padding-bottom: 10px;
	}
	
	
select, option{
    font-size:11px;
}

ol.phpfmg_form{
    list-style-type:none;
   margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }


ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100%
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
     position: absolute; right: 0; font-size: 120%; font-style: normal; color: #333333; 
}

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box, .text_area, .text_select {
    width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}





#homerenterdata{
	margin-top:10px;
	}
	
#billingaddress{
	margin-top:10px;
	}
	
#servicecontract{
	margin-top:10px;
	}	
	
#checking-div{
	margin-top:10px;
	}
	
#credit-div{
	margin-top:10px;
	}
	
#check-div{
	margin-top:10px;
	}
	
#form-2{
	margin-top:0px;
	}
	
.agreement a:link{
	color: #333333;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;
	}
	
.agreement a:hover{
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;
	}
	
.agreement a:visited{
	color: #333333;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;
	}
	
.agreement a:visited:hover{
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;
	}
	
.style1 {
	font-size: 10px;
	color: #999999;
}

.style1 a:link{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.style1 a:hover{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.style1 a:visited{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.style1 a:visited:hover{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

h1 {text-align:right; font-size:1.5em; font-weight:bold}
h2 {text-align:left; font-size:1.1em; font-weight:bold; text-decoration:underline}
.buttons {margin-top:10px
