#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FFF;
	background-color: #eee;
	padding: 5px;
	opacity: 0.75;
}
#tooltip, #tooltip div {
	margin: 0;
	font-family: arial;
	font-size: 10px;
	color: #333;
}
