#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #72914a;
	background: #ffffcc;
	padding: 5px 10px;
	opacity: 0.9;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	max-width: 300px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3{
	font-size: 11px;
	font-weight: bold;
}
