/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
	font-size: 1em;
}

#unitip strong { font-weight: bold; font-size: 1.2em; }

#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 400px;
	display: block;
}

#unitippoint { 
	background: url(img/unitip/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
}

#unitipmid { 
	background: url(img/unitip/TipMid.png) repeat; 
	width: 370px;
	height: auto; 
	padding: 5px 15px;
}

#unitipcap { 
	background: url(img/unitip/TipCap.png) no-repeat; 
	height: 7px; 
	overflow: hidden; 
}