#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;

font-family:	Verdana,Arial,sans-serif;
font-size:	8px;
font-weight:	400;
font-style:	normal;
color:	#222222;
text-transform:	none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing:	0px;
line-height:	20px;
text-align:	start;
vertical-align:	baseline;

}
#tooltip h3, #tooltip div { margin: 0; }
