#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
	font: 11PX Tahoma;
	text-align: left;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 4px; 
		left: -12px;
		width: 210px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/tippoint.png) no-repeat; 
		height: 16px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/tipmid.png) repeat; 
		width: 186px;
		height: auto; 
		padding: 4px 12px;
	}
	
	#unitipcap { 
		background: url(../images/tipcap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	
* html #unitipmid {
	width: 210px;
}
