/* CSS Document */
label {
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align: middle;
}
input{
	padding: 0px;
	margin: 0px;
	height:18px;
}
img {
	padding: 0px;
	margin: 0px;
	border-style: none;
}
.squre{
border:3px #e4e4e4 solid;
padding:2px;
}
.message {
	padding:2px;
	background: #f9f9f9; 
	width: 100%; 
	line-height:140%;
	border:3px #e4e4e4 solid;
}
.message_user {
	margin-bottom: 10px
}
.message_user td {
	line-height: 25px; 
	border-bottom: #aeaeae 1px dashed;
}
.message_user A {
	text-decoration: none;
}
.message_user A:link {
	color: #666666;
}
.message_user A:visited {
	color: #666666;
}
.message_user A:hover {
	background: #777777; 
	color: #ffffff;
}
.message_user A:active {
	color: #666666;
}
.message_tishi {
	margin-bottom:8px;
	text-align:left;
}
.message_inputbox {
	margin:5px auto 10px;
	padding:2px;
}
.message_input {
	border: #ccc 1px solid; 
	width: 137px; 
	line-height: 20px;  
	height: 20px;
}
.message_textarea {
	border: #cccccc 1px solid;
	padding: 2px;
	font-size: 12px; 
	margin: 10px auto; 
	width: 180px; 
	color: #666666; 
	line-height: 20px; 
	height: 90px;
}
.line_height {
	padding:5px 1px;;
	width:201px;
	height:420px;
}
.bt{
	dispaly: block;
	background:url(../images/Submit_message.gif) no-repeat;
	width:101px;
	height:29px;
	margin:0px;
	border-style:none;
}