#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #bdcaba;
	color:#666666;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:auto;
}
#tooltip h3, #tooltip div { margin: 0; }
