#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #aaa;
	background-color: #ee2;
	padding: 5px;
	opacity: 0.75;
    font-size: xx-small;
    font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }
