/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 200px;
		display: block;
	}
	
	#unitippoint {
	height: 19px;
	overflow: hidden;
	background-image: url(../images/TipPoint.png);
	background-repeat: no-repeat;
	}
	
	#unitipmid {
	width: 170px;
	height: auto;
	background-image: url(../images/TipMid.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}