#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 4px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
}
