#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #799432;
	background-color: #ebf5d4;
	padding: 5px;
	/*opacity: 0.85;*/
	font-size: 11px;
	line-height: 13px;
	color: #000;
	width: 300px;
}
#tooltip h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#tooltip h3, #tooltip div { margin: 0; }

