#tooltip {
    position:absolute;
    z-index:9999;
    color:#fff;
    font-size:10px;
    width:210px;
}

#tooltip .tipHeader {
    height:8px;  
}

/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
    background-color:#000;
    padding:5px;
}

#tooltip .tipFooter {
    height:8px;
}
