#digiforms_progress {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/progress_Animation.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100000;
}

#digiforms_progress_js {
    display: block;
    visibility: visible;
    position: relative;
    width: 100%;
    height: 128px;
    background-image: url('../images/progress_Animation.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100000
}
