#busy {
    position    : absolute;
    top         : 0;
    left        : 0;
    z-index     : 100000000;
    background  : url( "../images/overlay.png" );
    display     : none;

    /* IE stuff */
    _background : none;
    _filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/admin/images/overlay.png", sizingMethod="scale");
}

#busy .message {
    position    : absolute;
    width       : 302px;
    height      : 102px;
    background  : url( "../images/busy.gif" );
}


#busy .animation {
    margin-top: 23px;
}


#busy .text {
    font         : bold 11px Verdana;
    color        : #3f536d;
    text-align   : center;
}


.loading {
    float: right;
    margin-right: 10px;
    display: none;
}