#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #9d9d64;
	padding: 5px;
	background-color:#ffffe1;
	opacity: 0.85;
	width:180px;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip .body {background-color#ffffe1;}
