*html,*htmlbody {background-image:url(about:blank);background-attachment:fixed;}  

.KeFuDiv{
	position:fixed;
	right:0;
	z-index:99;
	top:400px;
	height:140px;
	width:118px;
	background-color:#ebebeb;
	display:block;
    _position:absolute;
    _right:auto;
    _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}

.KeFuDiv:hover{
	background-color:#d2dee5;
	display:block;
	z-index:999;

	}
.KeFuDiv:link {text-decoration:none;}
.KeFuDiv:visited {text-decoration:none;}

.title_box{ height:24px; line-height:26px; text-align:center; font-size:12px; color:#666666; overflow:hidden;}
.code_box{ width:90px; height:90px; margin:0 auto; background:url(http://www.cnhubei.com/images/smartcoderight1.png) left top no-repeat;}
.KeFuDiv span{
	width:20px;
	height:15px;
	display:block;
	position:absolute;
	background:url(../images/close_float.gif) left top no-repeat;
	bottom:-20px;
	left:0;
	z-index:999;
	cursor:pointer
	
}