.contact-bound{
	width:500px;
	margin:0 auto;
}
.contact-header{padding-bottom:10px;overflow:hidden;}
.contact-header h3{
	font-size:16px;
	float:left;
}
.contact-header a{
	float:right;
}
.contact-content{
	background: #f7f5f0;
	border: 1px solid #eceae4;
	padding:10px;
}
.contact-content p{padding:0;margin:0 0 10px 0;}
.contact-content .input,
.contact-content textarea{
	border: 1px solid #eceae4;
	height: 25px;
	color: #666;
	font-size: 12px;
	width: 470px;
	padding-left:5px;
}
.contact-content .input.small{width:100px;float:left;}
.contact-content .verify_confirm_code{float:left;margin-left:10px;}
.contact-content textarea{
	height: 150px;
	resize:none;
}
.contact-content .submit-button{margin-top:10px;}