
/*************************  Forms ************************/
fieldset{border:0;}


ul.form{
	list-style:none;
	padding:0;
	margin:0 auto;
	width:350px;
	border:0;
	float: left;
}

ul.form li{
	border-bottom:1px dotted #999;
	padding:6px 0;
	height:35px;
}

.form_head{
	height:20px;
	width:400px;
	border-bottom:0 !important;
}

ul.form li label{
	display:block;
	float:left;
	width:160px;
}

.required{
	display:block;
	font-size:10px;
	color:#5b6170;
	width:160px;
	float:left;
	clear:left;
}

ul.form li input, ul.form li textarea{
	width:180px;
	padding: 4px;
	border: 1px solid #999;
}
ul.form li select {
	width:190px;

}

ul.form li.submit{
	text-align:right;
	border:0;
}

ul.form li.submit input{
	cursor:pointer;
	display:block;
	width:110px;
	overflow:hidden;
	float:right;
}
#comment{
	width:400px;
	background-color:#ccc;
	border:2px solid #ccc;
	
}

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:1px solid green !important;
	background: #aef181;
}

.invalid{
	border:1px solid #800 !important;
	background: #ff6666;
}
