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


div .name{
margin-bottom:0px;
font:14px/40px Microsoft Yahei,Verdana, Arial, Helvetica, sans-serif;
color:#fff;

}

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

}


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

}

textarea.inpbox{
margin-bottom:10px;
	border:1px dashed #dedede;
	border-radius:3px;
	height:100px;
	width:250px;
	line-height:30px;
	padding:0px 3px;
	color:#555;
	background:#fff;
	

}


.submit{

	width:432px;
	height:40px;
	border-radius:30px;
	border:0px dashed #dedede;
	line-height:40px;
	background:#ed3c46;
	color:#fff;
	font:12px/40px Microsoft Yahei,Verdana, Arial, Helvetica;
	
}


.submit:hover{
	background:#fb414c;
	
}