#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;
	width: 450px;
}
#tooltip h3, #tooltip div { font-size: 11px; font-weight: normal; margin: 0; }
