#ajax-box
{
        width: 120px;
        height: 105px;
        background: #FFF;
        border: black dotted 1px;
        text-align: center;
        position: fixed;
        margin-left: -75px;
        margin-top: -75px;
        left: 50%;
        top: 50%;
        z-index: 20;
        display: none;
}

#ajax-screen
{
        background: #666 url(ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
        opacity: .50;
        position: absolute;
        left: 0;
        top: 0;
        /*background: #000;*/
}
