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