#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dotted #009999;
	background-color: #b1eaef;
	padding: 5px;
	width:350px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; line-height:18px; color:#333333; }
