*html #kefu1 { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top:50px;/*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position:absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+50 :document.body.scrollTop +50);
}

#kefu1{position:fixed;right:-8px;top:3px;z-index:10008;width:164px;padding:10px;background:#f7f7f7;border:1px solid #ddd;box-shadow:1px 1px 1px #d4d4d4;font-size:12px; border-radius:5px}

.cs_online_ct{background:#fff; padding:5px; border-radius:5px; border:1px solid #d8d8d8; margin-top:5px}
.cs_online_qq{height:17px; border-bottom:1px #d8d8d8 dotted; padding:5px 0px 5px 10px}
.cs_online_qq a:link, .cs_online_qq a:active, .cs_online_qq a:visited, .cs_online_qq a:hover{text-decoration:none;color:#666; padding-right:5px}

.cs_close{position:absolute;right:5px;top:-18px;width:19px;height:17px;background:url('../images/close.png') no-repeat;}
.cs_close a{display:block;height:10px;}
.cs_close a span{display:none;}
