#tooltip {
	font-family: Arial;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;}
#tooltip h3 { padding: 4px; margin: 0px; font-size: 12px; background-color: #bbb; }
#tooltip div { text-align: left; border-top: 1px solid black; }