/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;
	display: none;
	font-size: 11px;
	line-height:18px;
}

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