/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 250px;
		display: block;
		visibility: hidden;
	}
	
	#unitippoint { 
		background: url(/images/TipPoint.png) no-repeat; 
		height: 12px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(/images/TipMid.png) repeat; 
		width: 221px;
		height: auto; 
		padding-top: 0px;
		padding-left: 4px;
		padding-right: 25px;
		padding-bottom: 0px;
	}
	
	#unitipcap { 
		background: url(/images/TipCap.png) no-repeat; 
		height: 23px; 
		overflow: hidden; 
	}