.message_content{
	padding: 20px 0 40px;
}
.message_row{
	width: 500px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.message_title{
	width: 75px;
	color: #333;
	float: left;
	line-height: 35px;
	margin-right: 10px;
}
.message_body{
	float: left;
}
.message_ipt{
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	outline: none;
	height: 35px;
	width: 350px;
	padding-left: 10px;
}
.message_text{
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	outline: none;
	height: 150px;
	width: 340px;
	padding-left: 10px;
}
.text_xin{
	float: right;
	margin-left: 1em;
}
.submit_btns{
	text-align: center;
}
.btn{
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	margin: 0 30px;
	font-weight: bold;
	color: #BE2421;
	border-radius: 5px;
	border: #BE2421 solid 1px;
	font-size: 15px;
}
.submitBtn{
	color: white;
	background: #BE2421;
}


/*m*/
.message_top{
	background-image: url(../img/mobile/topBg7.png);
}
.message_m_body{
	padding: 20px;
}
.message_content_m{
	padding: 30px 0;
}
.message_title_m{
	width: 80px;
	color: #333;
	float: left;
	line-height: 35px;
	font-size: 11px;
}
.message_ipt_m{
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	outline: none;
	height: 35px;
	width: 200px;
	padding-left: 10px;
}
.message_text_m {
    border: solid 1px #e4e4e4;
    border-radius: 5px;
    outline: none;
    height: 150px;
    width: 185px;
    padding-left: 10px;
}
.message_row_m{
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
}
