.former{
	width: 500px;
	margin-top: 20px;
	height: 350px;
}
.former form{
	width:480px;
	margin:0 auto;
}
.formLeft{
	width:100px;
	height:40px;
	padding-right:50px;
	line-height:40px;
	float:left;
	text-align:right;
	margin-bottom:20px;
	font-size: 16px;
}
.formRight{
	width:315px;
	float:left;
	height:40px;
	margin-bottom:20px;
}
.textLeft{
	width:100px;
	height:80px;
	padding-right:50px;
	line-height:80px;
	float:left;
	text-align:right;
	margin-bottom:20px;
	font-size: 16px;
}
.textRight{
	width:315px;
	float:left;
	height:80px;
	margin-bottom:20px;
}
.buttonLeft{
	width:200px;
	height:40px;
	float:left;
	text-align:right;
}
.buttonRight{
	width:200px;
	height:40px;
	float:right;
	text-align:left;
}
.sub, .rst{
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	background: #e60408;
	color: #fff;
}
form input{
	width:315px;
	height:40px;
	line-height:40px;
	border:1px solid #e60408;
	color:#030303;
	padding-left: 10px;
	font-size: 14px;
}
 form textarea {
 	width:315px;
	height:70px;
	border:1px solid #e60408;
	color:#030303;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
 }