﻿ 
  
.message {
	max-width: 810px;
	margin: 0 auto;
}
.message ul li {
	width: 50%;
	float: left; margin-bottom:20px;font-size:16px;
}
.message ul li:last-child {
	width: 100%;
}
.message ul {
	margin-bottom: 30px;
}
.message .div_input {
	margin: 5px;
	line-height: 50px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 0 15px;font-size:16px;
}
.div_input textarea {
	width: 100%;
	height: 150px;
	border: 0;
	background: none;
	resize: none;
	padding: 10px 0;
}
 
 