#message {
	width:1000px;
	height:480px;
	margin:15px auto;
	box-shadow:0px 0px 5px #dadada;
	background:#fff;
}
#message h3 {
	font-weight:normal;
	width:97%;
	height:35px;
	line-height:35px;
	margin:0 auto;
	border-bottom:2px solid #dadada;
}
#message h3 em.mess {
	font-style:normal;
	font-size:12px;
	float:right;
	color:#DA251D;
}
#message img.kf {
	display:block;
	width:310px;
	height:370px;
	margin:70px 3px 0 15px;
	float:right;
}
#message form {
	width:500px;
	padding:30px 0 0 20px;
}
#message form p {
	font-style:normal;
	height:35px;
	line-height:35px;
}
#message form p.con_p {
	height:195px;
	line-height:180px;
	
}
#message form p.con_p span {
	vertical-align:50%;
}
#message form p input.text {
	width:280px;
}
#message form p input#yzm {
	width:80px;
}
#message form p input.submit {
	margin:5px 0 0 48px;
}
#message form p img#code {
	position:relative;
	top:0px;
	left:10px;
	cursor:pointer;
}


#message_list {
	width:1000px;
	margin:15px auto;
	box-shadow:0px 0px 5px #dadada;
	background:#fff;

}
#message_list h3 {
	font-weight:normal;
	width:97%;
	height:35px;
	line-height:35px;
	margin:0 auto;
	border-bottom:2px solid #dadada;
	font-style:normal;
}
#message_list h3 em.mess {
	font-style:normal;
	font-size:12px;
	float:right;
	color:#DA251D;
}
#message_list table {
	width:97%;
	margin:15px auto;
	font-style:normal;
}
#message_list table th {
	font-weight:normal;
	text-align:left;
	background:#dadada;
	height:30px;
	text-indent:15px;
}
#message_list table td {
	background:#fff;
	height:30px;
	text-indent:15px;
	color:#DA251D;
}