#tooltip {
	position: absolute;
	z-index: 3000;
	font-family: verdana;
	font-size: 10px;
	color: #686765;
	border: 1px solid white;
	background-color: #f3f0ea;
	padding: 4px;
	opacity: 0.75;
}
#tooltip h3, #tooltip div { margin: 0; }

