#letshubox{
	display:none;
}

#letshubnr {
	background: #000;
	height: 80px;
	overflow: hidden;
	margin: 0 auto 0;
	width: 900px;
}

#kpftwbg {
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	position:fixed;
	z-index: 10001;
	bottom: 0;
	left:0;
	width: 100%;
}

#kpftbg {
	width: 980px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#kpftw {
	position:fixed;
	z-index:10001;
	bottom:0;
	left:0;
	width:100%;
}

#kpft {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

#closekpftw {
	display: block;
	position: absolute;
	right: 3px;
	top: 8px;
	width: 32px;
	height: 32px;
	background: url("../img/letshuclose.png") 0 0 no-repeat;
	cursor: pointer;
}