#tooltip {
position: absolute;
z-index: 3000;
background:black;
padding: 5px;
filter:alpha(opacity=95); 
-moz-opacity:0.95;
opacity: 0.95;
width : 200px;
}

#tooltip h3, #tooltip div { margin: 0;font-size : 8pt;font-weight : normal; color : white; }

