
.title{
	float: left;
	padding-bottom:10px;
	padding-right: 30px;
	font: 15px/40px Microsoft Yahei,Verdana, Arial, Helvetica, sans-serif;
}

input.area{
	margin-bottom: 20px;
	border: 1px #eeeeee solid;
	border-radius:3px;
	height:40px;
	width: 730px;
	line-height:40px;
	padding: 0px 10px;
	font-size: 14px;
	color:#555;
	background: #fbfbfb;
}

.area textarea{
	
margin-bottom: 20px;
	
border: 1px #eeeeee solid;
	
border-radius:3px;
	
height:100px;
	
width: 730px;
	
line-height:20px;
	
padding: 0px 10px;
	
font-size: 14px;
	
color:#555;
	
background: #fbfbfb;
}

.area select{
	margin-bottom:10px;
	border:1px #5180e8 solid;
	border-radius:3px;
	height:20px;
	width:448px;
	line-height:20px;
	padding:0px 3px;
	color:#555;
	background:#fff;
	
}


.intext{
	padding-left:3px;
	font:14px/20px Microsoft Yahei,Verdana, Arial, Helvetica;
	
	
}


.submit{
	width: 811px;
	height: 46px;
	border-radius:3px;
	line-height:40px;
	padding:0px 3px;
	background: #0051ae;
	color:#fff;
	font: 15px/40px Microsoft Yahei,Verdana, Arial, Helvetica;
}


.submit:hover{
	background: #004696;
}

.input{
	border: 1px #eeeeee solid;
	height: 40px;
	line-height:20px;
	padding:0px 3px;
	color:#555;
	background:#fff;
}



