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


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

}

input.inpbox,select.inpbox{
margin-bottom:5px;
	border:1px dashed #aaa;
	height:30px;
	width:270px;
	line-height:30px;
	padding:0px 3px;
	color:#777777;
	background:rgba(255, 255, 255, 0);
	

}




textarea.inpbox{
margin-bottom:10px;
	border:1px dashed #aaa;
	height:115px;
	width:270px;
	line-height:30px;
	padding:0px 3px;
	color:#777777;
	background:rgba(255, 255, 255, 0);
	

}


.submit{

	width:270px;
	height:30px;
	border-radius:0px;
	line-height:30px;
	background:#272636;
	color:#fff;
	font:bold 12px/30px Microsoft Yahei,Verdana, Arial, Helvetica;
	
}


.submit:hover{
	background:#272636;
	
}