﻿#chat_box{
	width:0;position:absolute;right:0;top:150px;margin:0;padding:0 0 0 24px;z-index:999;overflow-x:hidden;
	background:url(../Images/chat_skin1/chatImg.gif) left center no-repeat;
}

#chat_box_right{width:137px;}

.chat_box_top{width:137px;height:179px;float:left;background: url(../images/chat_skin1/im_top.gif) no-repeat;}
.chat_box_top span{float:left;padding-left:10px;color:#fff;font:bold 16px/30px "黑体","微软雅黑";}

.chat_box_mid{width:137px;float:left;background:url(../images/chat_skin1/im_mid.png) repeat-y;}
.chat_box_mid ul li{width:137px;height:30px;line-height:30px;float:left;}
.chat_box_mid ul li a{display:block;color:#2c6383;font-size:12px;float:left;}
.chat_box_mid ul li img{width:30px;height:30px;float:left;margin-right:5px;}

.chat_box_bottom{width:137px;height:25px;float:left;background:url(../images/chat_skin1/im_bottom.gif) no-repeat;}
.chat_box_bottom span{padding-left:5px;color:#fff;font:bold 12px/25px "黑体","微软雅黑";}
