.tooltipWrap
{
    float: left;
    margin-left: 480px;
}

.trigger
{
    width: 135px;
    height: 141px;
}

.popup
{
    display: none;
    z-index: 1000;
    position: relative;
}

.tooltip-top
{
    height: 25px;
    width: 250px;
    background-image: url(images/tooltip/tooltip_arrow.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

.tooltip-middle
{
    width: 220px;
    background-image: url(images/tooltip/tooltip_bg_mid.gif);
    background-repeat: repeat-y;
    background-position: center center;
    padding: 0px 15px;
}

.tooltip-content-wrapper
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: center;
    background-color: #fff;
}

.tooltip-title
{
    font-size: 13px;
    color: #00539f;
    font-weight: bold;
}

.tooltip-description
{
    margin: 10px 0px;
}

.tooltip-link a
{
    color: #00539f;
}

.tooltip-bottom
{
    height: 10px;
    width: 250px;
    background-image: url(images/tooltip/tooltip_bg_bot.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
