#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #DDDEE0;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
}
#tooltip h3, #tooltip div { margin: 0; }

