#tooltip {
	position: absolute;
	z-index: 3000;
	
	background-color: #eee;
	color: black;
	padding: 5px;
	opacity: 0.75;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:lighter;
	
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal;}

#tooltip h2 { margin: 0; font-weight: bold;}
