/*************************  Forms ************************/
fieldset{border:0;}
ul.form{list-style:none;padding:0;margin:0 auto;width:350px;border:0;}
ul.form li{
	border-bottom:1px dashed #464e5f;
	height:25px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 8px;
}
.form_head{height:20px;width:400px;color:#aaa;text-align:center;border-bottom:0 !important;}
ul.form li label{
	display:block;
	float:left;
	width:160px;
	padding-top: 4px;
}
.required{display:block;font-size:10px;color:#5b6170;width:160px;float:left;clear:left;}
ul.form li input, ul.form li select, ul.form li textarea{
	width:180px;
	background-color:#CCC;
	border:2px solid #ccc;
	padding-left:3px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}
ul.form li.submit{
	text-align:right;
	border:0;
	font-size: 12px;
	font-family: Arial;
	height: 20px;
	clear: both;
	color: #000;
}
ul.form li.submit input{
	border:0 none;
	cursor:pointer;
	display:block;
	height:34px;
	width:110px;
	overflow:hidden;
	float:right;
	background-color: #D6D6D6;
	background-repeat: no-repeat;
	color: #000;
}
#comment{
	width:400px;
	background-color:#24ABE3;
	border:2px solid #ccc;
	-moz-border-radius-bottomleft:1px;
	-moz-border-radius-bottomright:1px;
	-moz-border-radius-topleft:1px;
	-moz-border-radius-topright:1px;
}
#form_comment {
	height: 80px;
	width: 350px;
}
ul.form li textarea{height:90px;width:340px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:130px !important;}
.valid{border:2px solid green !important;}
.invalid{border:2px solid #800 !important;}
.theform {
	width: 380px;
	height: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
