*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:5px; top:200px; z-index:10008; width: 85px; padding: 0;  border: 1px solid #B2E0EB; box-shadow: 1px 1px 1px #B2E0EB;}
.kf_pic{ width:85px; height:105px;}

/*.cs_close{position: absolute; right: 3px; top: 3px; width: 10px; height: 10px; background: url("close.png") no-repeat;}
.cs_close a{display: block; height: 10px;}
.cs_close a span{display: none;}*/