._LoadingAnimation {
    background-color: #FFFFFF;
    opacity: 0.7;
    position: relative;
    background-image: url("img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
}

._LoadingAnimationLabel {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding-top: 2px;
} 

._LoadingAnimationBody {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    z-index: 1000000000 !important;
}