.normal-title {
	background: url(../images/pic_message_title.gif) no-repeat;
}
.message-title {
	background: url(../images/pic_message_title_bg.gif) no-repeat;
	width: 960px;
	height: 73px;
	margin-bottom: 3px;
}
.message-main {
	background: #F5F5F5;
	border: #D0D0D0 solid 1px;
	padding: 16px;
}
.message-text-title {
	font-family: "黑体";
	font-size: 25px;
	font-weight: bold;
}
.message-text {
	font-weight: bold;
	margin: 12px 0 20px 0;
}
.message-table {
	width: 100%;
}
.message-table td {
	line-height: 34px;
	padding-left: 6px;
}
.td-left {
	text-align: right;
}
.meassage-textarea {
	border: #6E6E6E solid 1px;
	width: 800px;
	height: 200px;
	font-size: 13px;
	margin: 10px 0;
	overflow: hidden;
}
.meassage-input {
	border: #6E6E6E solid 1px;
	width: 200px;
	height: 20px;
}
.table-text {
	color: #999;
}
.message-button {
	background: url(../images/pic_message_button.gif) no-repeat;
	border: none;
	width: 95px;
	height: 31px;
	cursor: pointer;
}