/*=========反馈表=========*/


div .name{
margin-bottom:.5px;
font:14px/30px Microsoft Yahei,Verdana, Arial, Helvetica, sans-serif;
color:#333;

}

input.inpbox,select.inpbox{
margin-bottom:5px;
	border:1px dashed #dedede;
	border-radius:3px;
	height:40px;
	width:250px;
	line-height:30px;
	padding:0px 3px;
	color:#555;
	background:#fff;
	

}


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

}

li.input1{
float:left; 
width:300px;
}

li.yzm{
float:left; 
width:600px;
margin-bottom:5px;
}

div.tijiao{
float:left; 
width:600px;
}

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

}


.submit{
        margin-top:10px;
	width:560px;
	height:40px;
	border-radius:0px;
	background:#0669aa;
	color:#fff;
	font:bold 14px/40px Microsoft Yahei,Verdana, Arial, Helvetica;
	
}


.submit:hover{
	background:#47cdff;
	
}