#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #A6BCBA;
	background-color: #EEEEDD;
	padding: 5px;
	opacity: 0.85;
	width : 200px;
	font-size : 11px;
	text-align : left;
	font-weight : normal;
}
#tooltip h3, #tooltip div,#tooltip p { margin: 0; 
	font-weight : normal;
}