/* 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;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 328px; /* was 550px */
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 10px; 
		overflow: hidden;
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 308px; /* was 530px */
		height: auto; 
		padding: 10px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 10px; 
		overflow: hidden; 
	}