/* 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:12px;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:center;
	}
	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px;
		left: 0px;
		width: 200px;
		display: block;
	}
	#unitippoint { 
		background: url(unitip/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(unitip/TipMid.png) repeat; 
		width: 180px;
		height: auto;
		padding: 5px 10px;
	}
	
	#unitipcap { 
		background: url(unitip/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}