#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #ecf4f7;
	border: 1px solid #E5E5E5;
	padding: 5px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 200px;
}

#tooltip h3, #tooltip div { 
	margin: 0;
	font-size: 12px !important;
	line-height: 12px;
	font-weight: normal; 
}
