#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #D1E293;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #e8f7b3;
	padding: 10px 10px 10px 15px;
	width: 220px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
