/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #000;
	font-size: 11px;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 360px;
		display: block;
	}
	
	#unitippoint { 
		background: url(TipPoint2.gif) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(TipMid2.gif) repeat-y; 
		width: 320px;
		height: auto; 
		padding: 10px 20px;
	}
	
	#unitipcap { 
		background: url(TipCap2.gif) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}