@CHARSET "ISO-8859-1";
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	font-size: 9px;
	width: 200px;
	padding: 15px;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal; }
