#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #cccccc;
	padding: 0px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
