#tooltip {
	position: absolute;
	font-size: 11px;
	color: #444444;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;
   filter: alpha(opacity = 90);
   width: 350px;
}

#tooltip .tooltip_top {font-weight: bold; font-size: 13px;}
.tooltip_html {position: absolute; display: none;}
#tooltip h3, #tooltip div { margin: 0; font-size: 11px;}
