﻿/* CSS Document */
.kf_logo
{
	width: 110px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:13px;
	background: url(logo.gif) no-repeat;
	cursor: move;
	position: relative;
}
.kf_close
{
	width: 10px;
	height: 9px;
	background: url(close.gif) no-repeat;
	position: absolute;
	right:3px;
	cursor: pointer;
}
.kf_box
{
	width:100px;
	background:#404040;
	padding: 5px;
}
.kf_content
{
	width: 99px;
	border: 1px solid #ccc;
	background: #FFFFFF;

}
.kf_content a
{
	color: Blue;
	font-size: 12px;
	text-decoration: none;
}
.kf_content a:hover
{
	position: relative;
	top: 1px;
	color: Blue;
	text-decoration: none;
}
.kf_content a:visited
{
	color: Blue;
	text-decoration: none;
}
.kf_content a:active
{
	color: Blue;
	text-decoration: none;
}
.kf_fl
{
	width: 99px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	font-family: "宋体";
	cursor: pointer;
	background: url(group.gif) no-repeat;
	overflow: hidden;
}
.kf_xl
{
	width: 97px;
	height: 24px;
	background: #e6e6e6;
	margin: 1px;
	cursor: pointer;
}
.kefu_img
{
	float: left;
}
.kefu_name
{
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 25px;
}
.kf_clear
{
	width: 0px;
	height: 0px;
	clear: both;
}
.kf_reply
{
	width: 99px;
	cursor: pointer;
	text-align: center;
	color: White;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border:1px solid red;
	line-height:20px;
	overflow: hidden;
}

