.shout_box {
	background: #627BAE;
	width: 260px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 2%;
	z-index:9;
}
.shout_box .header .close_btn {
	background: url(../../img/chat_close_btn.png) no-repeat 0px 0px;
	float: right;
	width: 15px;
	height: 15px;
}
.shout_box .header .close_btn:hover {
	background: url(../../img/chat_close_btn.png) no-repeat 0px -16px;
}

.shout_box .header .open_btn {
	background: url(../../img/chat_close_btn.png) no-repeat 0px -32px;
	float: right;
	width: 15px;
	height: 15px;
}
.shout_box .header .open_btn:hover {
	background: url(../../img/chat_close_btn.png) no-repeat 0px -48px;
}
.shout_box .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;
	overflow: hidden;
}
.shout_box .header:hover{
	background-color: #627BAE;
}
.shout_box .message_box, .shout_box .div_online_users {
	background: #FFFFFF;
	height: 200px;
	overflow-x:hidden;
	overflow-y:auto;
	border: 1px solid #CCC;
}
.div_online_users {
    font-size: 13px;
    max-height: 58px;
    padding: 0 5px;
}
.shout_msg{
	margin-bottom: 11px;
	display: block;
	border-bottom: 1px solid #F3F3F3;
	padding: 0px 5px 5px 5px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	color:#7C7C7C;
}
.message_box:last-child {
	border-bottom:none;
}
time{
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	float:right;
	color: #CFCFCF;
}
.shout_msg .username{
	margin-bottom: 10px;
	margin-top: 10px;
}
.user_info input {
	width: 100%;
	height: 25px;
	border: 1px solid #CCC;
	border-top: none;
	padding: 3px 0px 0px 3px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.shout_msg .username{
	font-weight: bold;
	display: block;
}
.toggle_chat{
	display:none;
}
.admin .username, .adm {
    color: #3366cc;
}
.usr{
	color: #7c7c7c
}
.shout_msg.priv, .shout_msg .priv {
    background-color: #DAEEFF;
}
.shout_msg.priv2, .shout_msg .priv2 {
    background-color: #F1F9FF;
}
.shout_msg.admin.priv > time {
    color: #BBB;
}
.shout_msg .av{
	float:left;
	margin:0 8px 8px 0;
}
.shout_msg BR{
	clear:both;
}
.priv_msg_c{
	display: inline-block;
	font-size: 11px;
	height: 17px;
	line-height: 16px;
	min-width: 17px;
	text-align: center;
	background-color: #bb0000;
	border: 1px solid #770000;
	border-radius: 6px;
	color: #fff;
}
.username img {
    height: 24px;
    vertical-align: middle;
}
.username I {
	color: #90a4cc;
}
a.admin {
    color: #c32a37;
}
a.admin:hover {
    color: #ff3748;
}
.div_online_users A {
	font-size: 13px;
	white-space: nowrap;
}
.message IMG{
	vertical-align:top;
}
.chat_img_iframe{
	max-width:10%;
	vertical-align:top;
}
.ch_fs{
	position:fixed;
	top:44px;
	left:0;
	width:100%;
	height:100%;
}
.header.closed INPUT, .header.closed IMG{
	display:none;
}
.header.opened INPUT, .header.opened IMG{
	display:inline;
}
.mid{
	font-size:8px;
	text-align:right;
	color:#BFCFEF;
}
#fcu{
	width:48%;
	height:20px;
	font-size:12px;
}
.shout_box:not(.ch_fs) .header:not(.closed){
	font-size:10px;
}
.shout_box INPUT[type="checkbox"] {
	margin-right: 1px;
	margin-left: 4px;
}
.shout_box.ch_fs .close_btn {
	display: none;
}
.shout_box .message .scicn {
	width:37px;
	height:30px;
	float:left;
	background-image: url(../../img/clipping_icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.shout_msg.sticky {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	max-height: 70%;
	background-image: url(../../img/pinned_msg_bg.png?);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 52px;
	overflow-y: scroll;
	left: 0;
	background-attachment: local;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.shout_msg.sticky::before {
	content: "(Sticky, click to close)";
	font-size: 9px;
	color: #333;
}
.sticky .username {
	display: inline-block;
}
.sticky .av {
	margin-top: 4px;
	max-height: 32px;
}
.sticky .message {
	margin-left: 15px;
}
.username .icon {
	height: auto;
	margin-right: 2px;
}
