form#feedform{

	width:450px;
	margin:20px;
	font-size:12px;
}
.form_line{
	float:left;
	width:440px;
	margin-bottom:5px;
}
.captcha{
	line-height:30px;
}
label.error{
	color:#ee0000;
	display:block;
	margin:0px;
}

.select_type{
	width:312px;
	color: #082339;
}
input.text,input.required{
	width:240px;
	height:14px;
	background:#fff;
	border:1px solid #7f9db9;
	font-size:11px;
	color: #082339;
	padding:2px 5px;
}
input.error{
	border:1px solid #b60f16;
}


input.check{
	float:left;
	display:block;
	margin:0px 5px 2px 0px;
}
textarea, textarea.required{

	border:1px solid #7f9db9;

	width:240px;
	height:100px;
	overflow:hidden;
	resize:none;
	color: #082339;
	font-size:11px;
	padding:5px;
}

textarea.error{
	border:1px solid #b60f16;
}

.label_div{

	float:left;

	text-align:right;
	width:140px;
	margin-right:20px;
	font-size:12px;
}
.input_div{
	float:left;
	width:250px;
	margin-bottom:5px;
}
input.submit{
	float:right;
	padding:2px 5px;
	margin:5px 0px;
	cursor:pointer;
	margin-right:30px;
}
input.i_captcha{
	float:left;
	width:100px;
	margin:3px 0px 10px 6px;
}

