

/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	
}

#tooltip .tipLeft {
	height:29px;
	width:15px;
	float:left;
	background-image:url(../images/tipleft.png);
}


#tooltip .tipBody {
	float:left;
	height:18px;
	padding: 4px 5px 0 0;
	background-image:url(../images/tipBody.png);
}

#tooltip .tipRight {
	height:22px;
	width:10px;
	float:left;
	background-image:url(../images/tipright.png);
}
