#echat {
	font: 12px/15px Verdana;
	color: #333;
	word-break: break-all;
	position: fixed;
	_position: absolute;
	top: 150px;
	left: -170px;
	_top: expression(offsetParent.scrollTop+150);
	_left: expression(offsetParent.scrollLeft-170);
	width: 190px;
	z-index: 9999;
}
#echat .echat-box {
	width: 190px;
	height: 100%;
	display: block;
	overflow: hidden;
	zoom: 1;
}
#echat .echat-body {
	background: #FFF url(title.gif) repeat-x 0px 0px;
	display: inline;
	float: left;
	width: 168px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eaeaea;
	zoom: 1;
}
#echat .echat-body span.echat-title {
	background: url(dot.gif) no-repeat 5px 8px;
	font: bold 12px/27px "Microsoft Yahei";
	color: #FFF;
	display: block;
	padding-left: 20px;
	margin-bottom: 4px;
}
#echat .echat-body span.echat-tips {
	background: url(icon.gif) no-repeat;
	display: block;
	width: auto;
	height: 30px;
	overflow: hidden;
	padding: 5px 0 0 35px;
	margin: 0 4px 4px 4px;
}
#echat .echat-body span.echat-note {
	color: #666;
	line-height: 13px;
	text-align: center;
	display: block;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background: #fafafa;
	margin: 4px;
	padding: 4px;
}
#echat .echat-body a.echat-btn {
	width: auto;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	display: block;
	border: 1px solid #fff;
	margin: 0 4px 1px 4px;
	padding: 0 0 0 26px;
	color: #333;
	text-decoration: none;
}
#echat .echat-body a.echat-btn:hover {
	border: 1px solid #eaeaea;
	color: #F60;
	text-decoration: none;
}
#echat .echat-body a.echat-btn.qq {
	background: url(ico_qq.gif) no-repeat 2px 50%;	
}
#echat .echat-body a.echat-btn.skype {
	background: url(ico_skype.gif) no-repeat 2px 50%;	
}
#echat .echat-body a.echat-btn.wangwang {
	background: url(ico_wangwang.gif) no-repeat 2px 50%;	
}
#echat .echat-body a.echat-btn.msn {
	background: url(ico_msn.gif) no-repeat 2px 50%;	
}
#echat .echat-body a.echat-btn.email {
	background: url(ico_email.gif) no-repeat 2px 50%;	
}
#echat .echat-body a.echat-btn.link {
	background: url(ico_link.gif) no-repeat 2px 50%;	
}
#echat .echat-bar {
	background: url(bar.gif) no-repeat;
	text-align: center;
	display:inline;
	float:right;
	width:20px;
	height:125px;
	margin-top: 20px;
	padding-top: 10px;
}
#echat .echat-bar span.echat-title {
	background: url(dot.gif) no-repeat 50% 0px;
	font: normal 12px/13px "Microsoft Yahei";
	color: #FFF;
	padding-top: 13px;
	display:block;
}