@charset "UTF-8";
div.message{
	max-width: 700px;
	margin:30px auto 30px;
	min-height: 600px;
	background-color: #fff;
	position: relative;
	border-radius: 3px;
}
div.message-con{
	position: relative;
}
div.message-shuru{
	margin-top: 18px;
}
div.message-shuru span{
	float: left;
	font-size: 1em;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: right;
}
div.message-shuru input{
	height: 40px;
	line-height: 40px;
	outline: none;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 480px;
	max-width: 480px;
	border:1px solid #dbe3ea;
}
div.message-shuru textarea{
	height:180px;
	outline: none;
	resize: none;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;
	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 490px;
	max-width: 490px;
	border:1px solid #dbe3ea;
	/*padding: 10px;*/
}
div.message-tishi{
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
}
div.message-sub{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
div.message-sub input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #418CFF;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	width: 126px;
	max-width:126px;
}

