#resultLoading{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
}
#resultLoading .bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: url(../images/ajax_overlay.png);
}
#resultLoading .bg .loading-icon {
    position: fixed;
    width: 44px;
    height: 44px;
    background: url("../images/ajax_loading.gif");
    top: 50%;
    margin-top: -22px;
    left: 50%;
    margin-left: -22px;
}