/* unitip css */



#unitip {
position: absolute;
 z-index: 2000;
 top: -1000px;
 color: #fff; /*
 font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif; */
 display: none;
}



#unitippoint, #unitipmid, #unitipcap {
position: relative;
 top: 0px; left: 0px;
 width: 245px;
 display: block;
}
	
	

#unitippoint {background: url(../images/TipPoint.png) no-repeat; 
height: 19px; 
overflow: hidden;}
	
	

#unitipmid {background: url(../images/TipMid.png) repeat; 
width: 235px;
	height: auto; 
padding: 5px 5px;}
	
	

#unitipcap {background: url(../images/TipCap.png) no-repeat; height: 7px; overflow: hidden;}


#unitip p {margin: 0; padding: 0;}

#unitip span {
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
margin: 0 0 0 0;
padding: 0 0 0 0;
line-height: 1.2em;
font-weight: bold;
}