#tooltip {
position: absolute;
z-index: 3000;
background:#0099cb;
padding: 5px;
filter:alpha(opacity=95); 
-moz-opacity:0.95;
opacity: 0.95;
width : 200px;
border : 1px solid white;
}

#tooltip h3, #tooltip div { margin: 0; font-size : 9pt; color : white; font-weight : bold;}

