/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	display: none;
	text-align: left;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 151px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../img/TipPoint2.png) no-repeat; 
		height: 21px;
		margin-bottom: -14px;
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../img/TipMid2.png) repeat; 
		width: 131px;
		height: auto; 
		padding: 0 7px 0 7px;
	}
	
	#unitipcap { 
		background: url(../img/TipCap2.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}