#mb_tooltip{
	position: absolute;
	top:0px;
	left:0px;
	height: 60px;
	width: 180px;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:20px;
	display: none;
}
#mb_tooltip.black{
	background-image: url(./images/tooltip_bg_black.gif);
	color: #ffffff;
}
#mb_tooltip.white{
	background-image: url(./images/tooltip_bg_white.gif);
	color: #000000;
}
