/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #ffffff;
	display: none;
	font: normal 12px/21px Verdana, Arial, Helvetica, sans-serif;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 445px;
		display: block;
	}
	
	#unitippoint {
	background: url(../images/TipPointRed.png) no-repeat;
	height: 20px;
	overflow: hidden;
	}
	
	#unitipmid {
	background: url(../images/TipMidDarkGray.png) repeat;
	width: 405px;
	height: auto;
	padding: 5px 20px;
	}
	
	#unitipcap {
	background: url(../images/TipCapRed.png) no-repeat;
	height: 7px;
	overflow: hidden;
	}
