.shout_box {
	background:#627BAE; width:260px; overflow:hidden;
	position:fixed; bottom:0; right:0%; z-index:9;
}
.shout_box .msg_header .collapse_btn {
	background: url('/images/css/open_btn.png') no-repeat 0px 0px;
	float:right; width:20px;
	height: 15px;
}
.shout_box .msg_header .open_btn {
	background: url('/images/css/open_btn.png') no-repeat 0px 0px;
	float:right; width:20px;
	height:15px;
}
.shout_box .msg_header .close_btn {
	background: url('/images/css/close_btn.png') no-repeat 0px 0px;
	float:right; width:10px;
	height: 15px;
}
.shout_box .msg_header{
	padding: 5px 3px 5px 5px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold; color:#fff;
	border: 1px solid rgba(0, 39, 121, .76);
	border-bottom:none; cursor:pointer;
}
.shout_box .msg_header:hover{
	background-color: #627BAE;
}
.shout_box .message_box {
	background: #FFFFFF; height: 300px;
	overflow:auto; border: 1px solid #CCC;
}
.msg_item{
	margin-bottom: 10px; display: block;
	border-bottom: 1px solid #F3F3F3; padding: 0px 5px 5px 5px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif; 
	min-height: 38px;
	overflow: hidden;
}
.msg_left {
	width: 50px; 
	display: inline-block; 
	margin: 0 10px 0 0; 
	float: left; 
	border-right: 1px grey dotted;
}
.msg_clear {
	display: block; 
	height: 0px; 
	clear: both;
}
.msg_item:first-child{
	margin-top: 20px;
}
.message_box:last-child { 
	border-bottom:none;
}
.msg_item .username{
	margin-bottom: 10px;margin-top: 10px;
}
.user_info input {
	width: 99%; height: 25px; border: 1px solid #CCC; border-top: none; padding: 3px 0px 0px 3px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.msg_item .username{
	font-weight: bold; display: block;
}

.msg_item .mod
{
	color: #057390
}
.msg_item .message{
	color: #322F95;
	word-wrap: break-word;	
	/*display: block;
	float: right;
	vertical-align:middle; 
	padding-top: 10px;
	font-size: 13px;
	max-width: 80%;*/
}

.chat_icon {
	height: 27px;
	padding-bottom: 3px;
}

date{
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold; 
	color: #989393;
}

time{
	font: 9px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: normal; 
	color: #989393;
}


.shout_box_main {
	background:#EAEDF3  ; 100%; overflow:hidden;
	/*position:fixed; bottom:0; right:0%; z-index:9;*/
}

.shout_box_main .msg_header{
	padding: 5px 3px 5px 5px;
	font: 12px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold; 
	color: black;
	border: 1px solid #CCC;
	border-bottom:none;
	text-align: center;
}

.shout_box_main .message_box {
background: #FFFFFF; height: 520px;
overflow:auto; border: 1px solid #CCC;
}

.list_item_sel:hover {
	background-color: #EAEDF3; 
	color: #BABA21;
}