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