/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	}
	
	#unitippoint {
	background: url(../images/TipPoint.png) no-repeat;
	_background: url(../images/TipPoint.gif) no-repeat;
	height: 19px;
	overflow: hidden;
	width: 145px;
	}
	
	#unitipmid {
	background: url(../images/TipMid.png) repeat;
	_background: url(../images/TipMid.gif) repeat;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 125px;
	_width: 145px;
	}
	
	#unitipcap {
	background: url(../images/TipCap.png) no-repeat;
	＿background: url(../images/TipCap.gif) no-repeat;
	height: 7px;
	overflow: hidden;
	width: 145px;
	}
