#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.8;
}
#tooltip h3, #tooltip div
{
    margin: 0;
}

#tooltip.pretty
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-family: Arial;
    width: 260px;
    padding: 3em 20px 20px 20px;
    height: 100px;
    background-image: url('Images/docportal-ttpu.png');
    background-color: transparent;
}
#tooltip.pretty h3
{
    margin-bottom: 0.75em;
    font-size: 12pt;
    width: 260px;
    text-align: center;
}
#tooltip.pretty div
{
    width: 260px;
    text-align: left;
}


