/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: Bolder normal 1.4em/15px Comic Sans MS, Comic Sans Regular, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	display: inline;
	margin-left: -5px;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 205px;
		display: block;
	}
	
	* html #unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 200px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../_images/TipPoint.png) no-repeat; 
		height: 26px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../_images/TipMid.png) repeat-y; 
		width: 185px;
		height: auto; 
		padding: 5px 13px 5px 7px;
		text-align: center;
	}
	
	/*================ IE 6 Size fix ==================*/
	
	* html #unitipmid { 
		background: url(../_images/TipMid_IE6.png) repeat-y; 
		width: 140px;
		height: auto; 
		padding: 5px 30px 0 20px;
	}
	
	/*=============== End IE 6 Size fix ===============*/
	
	#unitipcap { 
		background: url(../_images/TipCap.png) no-repeat; 
		height: 20px; 
		overflow: hidden;
		width: 205px; 
	}
