/*************************  Forms ************************/
fieldset{border:0;}
ul.form{
	list-style:none;
	padding:0;
	margin:0 auto;
	width:350px;
	border:0;
}
ul.form li{
	height:35px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.form_head{ height:20px; width:350px; color:#000; text-align:left; border-bottom:0 none !important; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; }
ul.form li label{display:block;float:left;width:200px;}
.required{ display:block; font-size:12px; color:#fc8101; font-family: Arial, Verdana, Helvetica, sans-serif; width:140px; float:left; clear:left; }
ul.form li input, ul.form li select, ul.form li textarea{
	width:140px;
	background-color:#ffffff;
	border:solid 2px #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{
	border:0;
	cursor:pointer;
	display:block;
	height:22px;
	width:70px;
	overflow:hidden;
	float:right;
	background-color: transparent;
	background-image: url(../images/4_k2.gif);
	background-repeat: no-repeat;
	text-indent: 0;
}
#comment{
	width:350px;
	background-color:#ffffff;
	border:solid 2px #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:370px;}
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;}
