@charset "utf-8";
form .order_row {
	width: 480px;
	float: left;
	margin-bottom: 15px;
}
form .order_row .tab{
	margin-left: 20px;

}
form .order_tag {
	width: 130px;
	float: left;
	padding-top: 3px;
}
form .order_input {
	width: 320px;
	float: left;
	margin-left: 20px;
}
form input.in {
	width: 320px;
	background-color: #FFF;
}
form .order_radio {
	width: 330px;
	float: left;
	margin-left: 20px;
}
form .order_radio_left {
	width: 140px;
	float: left;
	margin-left: 20px;
}
form .order_radio_right {
	width: 140px;
	float: left;
}
form .order_textarea {
	margin-left: 20px;
	float: left;
	width: 320px;
}
form .order_textarea textarea{
	width: 320px;
	background-color: #FFF;
	height: 60px;
	resize: none;
}
form .order_file {
	width: 190px;
	float: right;
	margin-left: 20px;
}
form .order_file .file{
	background-color: #FFF;
}
form .order_acc {
	width: 280px;
	float: left;
	margin-left: 190px;
}
form .order_send   {
	height: 28px;
	width: 80px;
	float: right;
}
form .order_send .send  {
	height: 28px;
	width: 80px;
	background-image: url(../_img/btn_send.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	border-style: none;
	cursor: pointer;
}
form .required   {
	float: left;
	margin-top: 3px;
}
form .red   {
	color: #F00;

}
form .error   {
	width: 320px;
	float: left;
	margin-left: 150px;
}
.marg    {
	margin-bottom: 30px;
	height: 50px;
	display: block;
}
