@charset "utf-8";
/*---------- base ---------*/
input, select, button,textarea{
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
	outline: none;
}
.c {
	border: 1px solid #CCC;
	border-top: none
}
.clear {
	clear: both;
}
.h10 {
	height: 10px;
	line-height: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal
}
header {
}
.message_list {
	padding: 20px;
}
.message_list ul li {
	line-height: 24px;
}
.message_list ul li .message_tit {
	border-bottom: 1px dashed #dedede;
	line-height: 30px;
	height: 30px;
}
.message_list ul li .info {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.message_list ul li .date {
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-left: 20px;
}
a.message_add {
	float: right;
	display: inline-block;
	color: #f00;
	margin-right: 20px;
}
.message_add_form {
	padding: 20px;
}
.reply_list ul li {
	padding: 10px 20px;
	background: #eee;
}
.form_table th {
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
	width: 60px;
}
.form_table td {
	font-weight: normal;
	vertical-align: middle;
	padding-top: 10px;
}
.detail_table th {
	padding: 8px 0;
}
.list_btn, .search_btn {
	display: inline-block;
	width: 79px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.list_input {
	font-size: 14px;
	height: 32px;
	padding: 0 3px;
	line-height: 32px;
	border: 1px solid #ccc;
	width: 400px;
	background: url(../images/message_bg.jpg) repeat-x center top;
	border-radius: 3px;
}
.input_date {
	height: 32px;
	padding: 0 3px;
	line-height: 32px;
	border: 1px solid #ccc;
	width: 400px;
}
.list_textarea {
	height: 80px;
	width: 400px;
	padding: 0 3px;
	line-height: 20px;
	border: 1px solid #ccc;
	background: url(../images/message_bg.jpg) repeat-x center top;
}
a.sub_btn, .sub_btn {
	display: inline-block;
	background: url(../images/sub_btn_bg.png) no-repeat;
	width: 138px;
	text-align: center;
	color: #fff;
	height: 36px;
	line-height: 36px;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
.simple_btn {
	cursor: pointer;
	width: 96px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	background-image: url(../images/bg_button_2.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	word-spacing: 0px;
	padding: 0px;
	border: 0px;
	border-color: transparent;
	border-style: solid;
	clear: both;
	margin-top: 6px;
}