table.footer {width:100%; margin-top: 0px; }
.toolTip {
        padding-right: 20px;
        background: url(../gfx/home/help.gif) no-repeat right;
        color: #3366FF;
        cursor: help;
        position: relative;
}
.toolTipWrapper {
        width: 160px;
        padding: 7px;
        position: absolute;
        display: none;
        color: #888;
        font-weight: bold;
        font-size: 9pt;
        background-color: #fff;
        border:1px solid #DDD;
        opacity: 0.75;
        filter:alpha(opacity=75);
}

