#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #AAA;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 300px;
	font-size: 11px;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 18px;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #458699;
	margin-bottom: 5px;
}