@charset "utf-8";
/* Message CSS Document */

.c_list ul {
	margin:5px 5px 0px 5px;
	float: left;
	text-align: left;
	padding: 0px;
}
.c_list ol {
	padding: 0pt 8pt 0pt 10px;
	float: left;
	text-align: left;
	line-height: 24px;
	height: 24px;
	width:200px;
	list-style:none;
}
.c_list textarea {
	overflow:auto;
	width:500px;
	height:90px;
	margin: 10px 5px 5px 80px;
	float:left;
	clear: both;
}
.c_list ol span {
	width:65px;
	text-align:right;
	float:left
}
.c_list ol input {
	width:125px;
	float:left
}
.stinput { width:50px; height:23px; border:#D1EFDC 1px solid; margin:10px; }
.line { height:1px; background:#ccc; overflow:hidden; }
.message_content { line-height:23px; }
.message_content h3{ font-size:12px; font-weight:normal; }

