#tooltip {
	position: absolute;
	left:-500px;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #769f1d;
	color: #002900;
	padding: 5px;
	max-width: 250px;
	text-align: left;
	font-family: arial;
	font-size: 10px;
	font-weight:normal;
}
#tooltip h3, #tooltip div { margin: 0;
						font-weight: normal;}
