#tooltip {
        position: absolute;
        z-index: 3000;
        border: 0px solid #111;
        background-color: #eee;
        padding: 5px;
        filter:alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;


}
#tooltip h3, #tooltip div { color: #222; font-family: tahoma, arial, srif; font-size: 11px; font-weight: bold; margin: 0; }

