#content .webform fieldset { border: 0; display: block; margin: 0 0 1em 0; padding: 10px 15px; }
#content .webform .formwidth{ width: 540px; margin: 0 auto; }
#content .webform .lbl, #content .webform .lbl-in
	{ float: left; padding-right: 10px; padding-top: 3px; font-size: 1.1em; text-align: right; width: 150px; }
#content .webform div.lbl-in { width: 40px; text-align: left; }	
#content .webform div.txt, #content .webform div.txt-in
	{ float: left; text-align: left; width: 370px; font-size: 1.1em; }
#content .webform div.txt-in{ width: 305px; }	
#content .webform input.txt, #content .webform input.txt-s, #content .webform textarea 
	{ background: #fbfcff; border: 1px solid #aeaeae; font-size: 1.1em; color: #fff; 
	  font-family: arial, tahoma, verdana, sans-serif; width: 370px; padding: 3px; margin-bottom: 6px; }
#content .webform div.txt select{ margin-bottom: 5px; }	  
#content .webform input.txt-s{ width: 200px; }
#content .webform .btnsec { text-align: center; margin-top: 25px;}
#content .webform input.btn
	{ background: #66bd44; border: 1px solid #1d992d; color: #fff; font-weight: bold; 
	  font-family: arial, tahoma, verdana, sans-serif; padding: 3px; margin-bottom: 6px; }
