#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	filter:alpha(opacity=85); /* IE patch */
}

#tooltip h3, #tooltip div { 
	color: #666;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0; 
}
