#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #b3967d;
	background-color: #f7f1e5;
	padding: 5px;
	opacity: .93;
	width: 150px;
	-moz-border-radius: 8px;
	font-size: 0.82em;
	color: #897260;

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

#tooltip h3 {
	color: #756152;
}
