
/*************************  Forms ************************/
fieldset{border:0;}
ul.form{list-style:none;padding:0;margin:0 auto;width:350px;border:0;}
ul.form li{padding:6px 0;height:20px;}
.form_head{font-size:12pt;height:20px;width:600px;color:#EA8022;text-align:left;margin:10px 0 6px 100px;border-bottom:0 !important;}
ul.form li label{display:block;float:left;width:80px;text-align:right;margin-right:20px;}
.required{display:block;font-size:10px;color:#aaaaaa;width:160px;float:left;clear:left;}
ul.form li input, ul.form li select, ul.form li textarea{
	color:#5a6b79;
	font:100% "trebuchet ms",helvetica,arial,sans-serif;
	width:240px;
	background-color:#eee;
	border:1px solid #ccc;
	padding-left:3px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;}
ul.form li.submit{text-align:right;border:0;}
ul.form li.submit input{background:transparent url(graphic/bt_send.png) no-repeat;
border:0 none;
cursor:pointer;
display:block;
height:48px;
width:126px;
overflow:hidden;
text-indent:-4000px;
float:right;}
#comment{width:400px;background-color:#ccc;border:2px solid #ccc;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
ul.form li textarea{height:90px;width:240px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:100px !important;}
.valid{border:1px solid #66CC00 !important;}
.invalid{border:1px solid #FF0000 !important;}

ul.form_checkbox{list-style:none;padding:0;width:330px;border:0;}
ul.form_checkbox li{padding:2px 0;height:17px;}
ul.form_checkbox li label{display:block;float:left;width:300px;text-align:left;}
ul.form_checkbox li input {width:20px;float:left;}
.form_head2{font-size:12pt;height:20px;width:600px;color:#EA8022;text-align:left;margin:10px 0 6px 0;border-bottom:0 !important;} 

DIV.brochure_title{width:600px;float:left;margin-left:317px;}
DIV.brochure_left{width:350px;float:left;margin-left:317px;}
DIV.brochure_right{width:200px;float:left;}
DIV.brochure_form{width:600px;float:left;margin-left:220px;}


