/*#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;
}*/


#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #CCC;
background-color: #FFF;
opacity: 0.80;
padding: 5px;
font-family: Arial;
font-weight: normal;
font-size: 12px;
min-width: 90px;
max-width: 180px;
}

#tooltip h3, #tooltip div { margin: 0; font-size: 12px;}


