/*=========åé¦ˆè¡¨=========*/


div .name{
margin-bottom:0px;
font:12px/35px Microsoft Yahei,Verdana, Arial, Helvetica, sans-serif;
color:#333;

}

input.inpbox,select.inpbox{
margin-bottom:17px;
	border:1px solid #cccccc;
	border-radius:3px;
	height:38px;
	width:290px;
	line-height:30px;
	padding:0px 3px;
	color:#555;
	background:#fff;
	

}


.wutitle{
float:left; 
width:300px;

}

textarea.inpbox{
margin-bottom:10px;
	border:1px solid #cccccc;
	border-radius:3px;
	height:70px;
	width:290px;
	line-height:30px;
	padding:0px 3px;
	color:#555;
	background:#fff;
	

}


.submit{
	width:300px;
	height:40px;
	border-radius:3px;
	border:0px;
	line-height:40px;
	background:#00418d;
	color:#fff;
	font:12px/40px Microsoft Yahei,Verdana, Arial, Helvetica;
	
}


.submit:hover{
	background:#00418d;
	
}