/* 
CSS
*/
 
body { font: 100% arial; color: #333; background: #fff; margin: auto; text-align: center; line-height: 1.4em; letter-spacing: 0.01em;}
html { }

#header { width:100%; height: 70px; padding:10px; background: #ececec; border-bottom: 4px solid #ccc;}
#main{ width:850px; margin: 10px auto; font-size: 100%; }
#left { float:left; width: 375px; margin-right:40px;} 
#right{ float:left; width: 375px; margin: 20px 0 0 0;text-align:left; } 
.qa {margin:70px;}

h1 { font: 180% arial; color: #333; font-weight: bold; margin: 5px 0 5px 0; }
h2 { font: 130% arial; color: #333; font-weight: bold; margin: 0 0 10px 0; }

#main a:link { color: #336699; text-decoration: none; }
#main a:active { color: #336699; text-decoration: none; }
#main a:hover { color: #333; text-decoration: underline;}
#main a:visited { color: #336699; text-decoration: none; }

#footer { padding: 5px; font-size: 60%; color: #333; width: 1000px; margin: auto; text-align: left;}
#footer a:link, a:visited { color: #056491; font-weight: normal;}

/*FORM*/
/*Form styling*/
fieldset { float:left; border: none; padding: 6px; width: 300px; font-size: 100%; background-color: #ececec;}
legend { border: 0; font-weight: bold; font-size: 110%; padding: 4px; background-color:#fff; border:2px solid #ccc;}
label {  float: left; margin-top: 8px; font-size:11px; margin-right: 10px; margin-bottom: 2px; text-align:left; color: #444; font-weight:normal; clear:both;}

fieldset .select { float: right; font: 14px arial; padding: 2px;  width: 205px; height: 35px;  border: 2px solid #ccc; margin: 12px 0 0 0; } 
fieldset .input { float: right; font: 14px arial; padding: 2px;  width: 200px; height: 30px;  border: 2px solid #ccc; margin: 12px 0 0 0; } 
fieldset .detailinput { float: left; font: 14px arial; padding: 2px;  width: 350px; height: 160px;  border: 2px solid #ccc; margin: 12px 0 0 0 } 

.submitbutton { float: right; font: 14px arial; width: 190px; height: 28px; color: white; background: #336600;  border: 1px solid #fff; margin:5px 10px 5px 0;}
.formerror { padding:5px; border:1px solid #ececec; color:red;}
.formdetails { padding:5px; border:1px solid #ececec; color:#333; font-size:11px;}

.blank{display:none;} 

.clearer {
clear:both;
height:0px;
overflow:hidden;
margin-top:-1px; 
}
