/* 
==========================================================
	
	1.  =FORM DEFAULTS 
	
========================================================== 



/* =1. FORM DEFAULTS
---------------------------------------------------------- */

/*
Modify only, don't delete.
Any page specific CSS should be written to layout.css or navigation.css.
*/

form{margin-bottom: 0;}
form table{width: 100%;border: 0;}

fieldset{
margin-left: 0px;
padding-left: 0px;
border: 0px solid #fff;
}

/*Form section heading*/
label strong{
font-size: 110%;
color: #039;
padding-right: 8px;
}

fieldset label small{
margin-top: 3px;
color: #0a276b;
display: block;
font-size:100%;
}

label, 
span.label{
display:block;
float:left;
width:12em;
color:#000000;
margin-top:0.1em;
}

form fieldset div span{
color: #B5B8C0;
font-size:90%;
}









