/* unitip css */

img.unitip {padding:2px;}

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	/*font: normal normal Verdana, Arial, Helvetica, sans-serif;*/
	display: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
}

	
	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 200px;
		display: block;
	}
	
	
		
	
	#unitippoint { 
		background: url(../images/TipPoint_black.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
		
	#unitipmid { 
		background: url(../images/TipMid_black.png) repeat; 
		width: 180px;
		height: auto; 
		padding: 5px 10px;
	}
	

	
	
	#unitipcap { 
		background: url(../images/TipCap_black.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	
	
	
	
