#tooltip {
	position: absolute;
	z-index: 3000;
	max-width: 500px;
	border: 2px solid #c5b79e;
	background: #eee6d6;
	padding: 6px;
	opacity: 0.95;
	-moz-border-radius: 4px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font: lighter 1em 'Trebuchet MS';
	color: #6B542A;
	padding: 0 0 2px 0;
}
.body {
	font: normal .8em Arial !important;
	color: #9A8661;
}
