#tooltip {
	position: absolute;
	z-index: 3000;
	background: url(../images/transparent.png);
	padding: 5px;
	opacity: 0.85;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }