.liuyan form {
	width: 370px;
	height: 314px;
	margin: 0 auto;
}
.liuyan form .formLeft {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "宋体";
	color: #666;
}
.liuyan form .formRight {
	width: 290px;
	height: 45px;
	float: left;
	margin-bottom: 20px;
}
.textRight{
	width:290px;
	float:left;
	height:92px;
	margin-bottom:20px;
}
.buttonRight{
	width:290px;
	height:40px;
	float:right;
	text-align:left;
}
.suba{
	width: 278px;
	height: 40px;
	line-height:40px;
	text-align:center;
	background: #e92937;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	border: none;
	border-radius: 5px;
}
form input{
	width:278px;
	height:42px;
	line-height:34px;
	border:1px solid #ccc;
	color:#373b3b;
	padding-left: 10px;
	font-size: 14px;
}
 form label {
 	width:60px;
	height:35px;
	color:#373b3b;
	font-size: 14px;
	float: left;
	line-height: 35px;
 }
 form input[type="radio"]{
	width:35px;
	height:35px;
	line-height: 30px;
	color:#373b3b;
	font-size: 14px;
	float: left;
}
.sub:hover{
	background:#0081f1;
}