* {
	margin:0px;
	padding:0px;
}
#kfbox {
	width:175px;
	height:350px;
	background:#ECECEC;
	position:fixed;
	top:15%;
	right:-175px;
	border-radius:5px 0 0 5px;
	-webkit-box-shadow:2px 0 5px #333;
	-moz-box-shadow:2px 0 5px #333;
	box-shadow:2px 0 5px #333;
}
.kftitle {
	width:50px;
	height:178px;
	position: absolute;
	left:-50px;
	background: url('http://imgcache.qq.com/bossweb/service/v4/images/imc_access_btn_png24.png');
	top:23%;
	color:white;
	line-height:25px;
	text-align: center;
	vertical-align: middle;
	border-radius:5px 0 0 5px;
	cursor: pointer;
}
.kfinfo {
	color:#000;
	display:block;
	margin:10px;
	text-shadow:0 0 5px #333;
	-webkit-text-shadow:0 0 5px #333;
	-moz-text-shadow:0 0 5px #333;
	font-size:14px;
	border-bottom:1px dashed #333;
}
.kfqq {
	margin:10px;
	list-style:none;
}
.kftxt {
	width:auto;
	height:25px;
	display: block;
	font-size: 12px;
	float:left;
	line-height:25px;
	-webkit-text-shadow:0 0 5px #ccc;
	-moz-text-shadow:0 0 5px #ccc;
	text-shadow: 0 0 5px #ccc;
}
.kfcsimg {
	width:200px;
	height:124px;
	position: absolute;
	left:0px;
	top:-124px;
}
.kfactive {
	background:#ff6600;
}