#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #525252;
}
#tooltip span, #tooltip div { margin: 0; }

