#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	color: #b58b25; 
	font-weight: bold;
	width: 250px;
}
#tooltip h3, #tooltip div { margin: 0; }

