/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #0B3462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 210px;
		display: block;
		line-height: 1.4;
	}
	
	#unitippoint { 
		background: url(../img_unitip/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../img_unitip/TipMid.png) repeat; 
		width: 196px;
		height: auto; 
		padding: 0 7px;
	}
	
	#unitipcap { 
		background: url(../img_unitip/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}