 #mini_chat{border:0px solid #cccccc;padding:0px;margin-bottom:10px}
 #control_chat{
	border:1px solid #cccccc;
	padding:2 0 2 0;
	margin:2 0 2 0;
		}
 #block_smile .close{
	position: relative;
	left: 100%;
	top:4;
	width: 14;
	height:14;
	margin-left: -18;
	text-decoration: none;
	
 }
 #block_smile .img_smile{
	float:left;
	width: 60;
	height: 40;
	padding: 2;
	margin:0;
	text-align:center;
}
 #block_smile{
	position: absolute;
	display:none;
	overflow: auto;
	width:600;
	height:450;
	border:1px #999999 solid;
	background-color: #ffffff;
	
}

 #block_smile1 .close{
	position: relative;
	left: 100%;
	top:4;
	width: 14;
	height:14;
	margin-left: -18;
	text-decoration: none;
	
 }
 #block_smile1 .img_smile{
	float:left;
	width: 60;
	height: 40;
	padding: 2;
	margin:0;
	text-align:center;
}
 #block_smile1{
	position: absolute;
	display:none;
	overflow: auto;
	width:600;
	height:450;
	border:1px #999999 solid;
	background-color: #ffffff;
	
}


 #content_mini_chat{
	height: 200px;
	overflow: auto;
	border:1px solid #cccccc;background-color:ffffff;
	padding:2 0 2 0;
	margin:2 0 2 0;
}
 .chat_control{
	border:1px solid #999999;
	width:100%;
	height:20px;
	font-family: Arial;
	font-size:12px;
}
.chat_time{font-family: Arial; font-size:9px;color:#999999;}
.guest{font-family: Arial; font-size:12px;color:#FF6600;font-weight:bolder;}
.user{font-family: Arial; font-size:12px;color:#339933;font-weight:bolder;}
.moder{font-family: Arial; font-size:12px;color:#990000;font-weight:bolder;}
.text_message{font-family: Arial; font-size:12px;color:#333333;}
.comment{font-family: Arial; font-size:12px;color:#666666;}
.chat_message{padding:1 0 2 0;}
.head1{font-family: Arial; font-size:18px;color:#666666;}
