/* unitip css */

a.tip {
	text-decoration: none;
	border-bottom: 1px dotted green;
	font-style: italic;
	font-weight: bold;
	}
a:hover.tip{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}	
#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	display: none;
}
#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 306px;
	display: block;
	}	
#unitippoint { 
	background: url('../images/TipPoint.png') no-repeat; 
	height: 26px; 
	overflow: hidden; 
	}	
#unitipmid { 
	background: url('../images/TipMid.png') repeat; 
	width: 276px;
	height: auto; 
	padding: 5px 15px;
	}	
#unitipcap { 
	background: url('../images/TipCap.png') no-repeat; 
	height: 6px; 
	overflow: hidden; 
	}
