#tooltip {
position: absolute;
z-index: 3000;
background:#fff17f;
padding: 5px;
font-size : 10px;
font-weight : normal;
font-family : arial;
filter:alpha(opacity=95); 
-moz-opacity:0.95;
opacity: 0.95;
}

#tooltip h3, #tooltip div { margin: 0;font-size : 10px; }
