#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #E2E2E2;
	color:#1C1C1C;
	background-color:#FFFFFF;	
	font-weight:normal;		
	padding: 10px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip h3 {
	margin-bottom: 10px;
	font-size: 12px;
	width: 220px;
	color:#F10B4A;	
}