#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ff6600;
	padding: 5px;
	width:250px;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
