/* unitip css */
#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
	font-size: 93%;
}
#unitippoint, #unitipmid, #unitipcap {
	display: block;
	position: relative;
	top: 0px; 
	left: 0px;
	width: 220px;
}
#unitippoint { 
	height: 10px; 
	overflow: hidden; 
	background: url(images/TipPoint.png) no-repeat; 
}
#unitipmid { 
	width: 200px;
	height: auto; 
	padding: 5px 10px;
	background: url(images/TipMid.png) repeat; 
}
#unitipcap { 
	display: none;
/*	background: url(images/TipCap.png) no-repeat; 
	height: 7px; 
	overflow: hidden; */
}
