#tooltip
{
    position: absolute;
    z-index: 3000;
    font-size: 12px;
    padding: 10px;
    color: #a0a0a0;
    font-weight: bold;
    background-color: white;
    border: 1px solid #cecece;
    margin-left: 5px;
    border-radius: 4px;
}
#tooltip h3, #tooltip div
{
    margin: 0;
}
