/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #DDDDCC;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: light;
	font-style:italic;
	line-height:1.5;
	text-align: center;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(images/TipMid.png) repeat-y; 
		width: 115px;
		height: auto; 
		padding: 15px 19px 20px 11px;
	}
	
	#unitipcap { 
		background: url(images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}