@charset "gb2312";
/*Tips*/
#unitip {
	position: absolute;
	z-index: 9999;
	top: -1000px;
	color: #fff;
	font: normal normal 14px/1.4 Verdana, Arial, Helvetica;
	display: none;
	*filter:alpha(opacity=92); *opacity: .92;
}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 145px;
	display: block;
	  box-sizing: content-box;
}
#unitippoint {
	background: url(../img/TipPoint.png) no-repeat;
	*background: url(../img/TipPoint.gif) no-repeat;
	height: 19px;
	overflow: hidden;
}
#unitipmid {
	background: url(../img/TipMid.png) repeat;
	*background: url(../img/TipMid.gif) repeat;
	width: 121px;
	height: auto;
	padding: 3px 12px 1px 12px;
}
#unitipcap {
	background: url(../img/TipCap.png) no-repeat;
	*background: url(../img/TipCap.gif) no-repeat;
	height: 7px;
	overflow: hidden;
}
#unitip p{
	padding-top:5px;
	font-size: 12px;
	line-height: 1.2;
	color:#FC0;
	 margin: 0;
}