#tooltip.pretty
{
    border: none;
    width: 260px;
    padding: 20px;
    height: 145px;
    background: url('shadow.png');
    font-size: 11px;
}
#tooltip.pretty h3
{
    margin-bottom: 5px;
    font-size: 12px;
    width: 260px;
    text-align: center;
}
#tooltip.pretty div
{
    width: 260px;
    text-align: justify;
}

#tooltip.fancy
{
    background: url('shadow2.png') no-repeat;
    padding-top: 5em;
    height: 114px;
}
#tooltip.fancy.viewport-right
{
    padding-top: 5em;
    background: url('shadow2-reverse.png') no-repeat;
}

#tooltip.fancy.viewport-bottom
{
    padding-top:20px;
    background: url('shadow2-bottom.png') no-repeat;
}

#tooltip.fancy.viewport-bottom-right
{
    padding-top: 20px;
    background: url('shadow2-bottom-reverse.png') no-repeat;
}
#tooltip.right
{
    width: 250px;
}
#fancy2
{
    float: right;
}

