#tooltip {
	position: absolute;

	z-index: 3000;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #111;
	background-color: #fff;
	padding: 10px;
	opacity: 0.85;
}
#tooltip h3 { margin: 0; font-weight: bold; font-size:  14px; color: #000033; }
