/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #6f0;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 230px;
		display: block;
		text-align: left;
	}
	
	#unitippoint { 
		background: url(../../i/TipPoint.png) no-repeat; 
		height: 18px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../../i/TipMid.png) repeat; 
		width: 210px;
		height: auto; 
		padding: 1px 10px;
	}
	
	#unitipcap { 
		background: url(../../i/TipCap.png) no-repeat; 
		height: 4px; 
		overflow: hidden; 
	}
	
	#unitiptitle{
		text-transform: uppercase;
	}
	
	#unitipmessage{
	}
	
	#unitiptitle, #unitipmessage{
		font-size:11px;
	}