#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:146px;	
	text-align:center;
	text-transform:uppercase;
}

#tooltip .tipHeader {
	height:4px;
	background:url(../images/tipHeader.jpg) no-repeat;
}


#tooltip .tipBody {
	background-color:#028e38;
	padding:2px 10px 2px 10px;
	width:126px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(../images/tipFooter.jpg) no-repeat;
}
