#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.75;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.black {
padding:6px 12px;
background-color: #0D0D0D;
color: #fff;
}
#tooltip.black h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
line-height:1.4;
}
