#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	font: 10pt 'Trebushet MS', Arial, sans-serif;
	color: #FFF;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}

p.iTip {
	padding:0;
	margin:0;
	color:#FFF;
}

span.sYellow	{ color:#F6EB14; }
span.sBlue 		{ color:#46C8F5; }
span.sGreen	{ color:#6CBE45; }
span.sRed		{ color:#EF3C39; }
