/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #8B1931;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
	text-align:left;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		display: block;
	}
	
	#unitippoint { 
		background: url(/img/unitip/TipPoint.png) no-repeat; 
		/*height: 19px; */
		height: 26px; 
			width:200px;
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(/img/unitip/TipMid.png) repeat; 
		width: 170px;	
		padding: 5px 15px;	
		overflow:hidden;	
	}
	
	#unitipcap { 
		background: url(/img/unitip/TipCap.png) no-repeat; 		
		height: 10px; 
		/*height: 7px; */
		overflow: hidden; 
			width:200px;
	}

