/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #40b248;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:12px;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 357px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.gif) no-repeat; 
		height: 12px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.gif) repeat; 
		width: 327px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.gif) no-repeat; 
		height: 3px; 
		overflow: hidden; 
	}