#fade_loading {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal_loading {
    display: block;
    position: fixed;
    top: 40%;
    left: 47%;
    width: 200px;
    height: 200px;
    padding: 30px 15px 0px;
    border-radius: 20px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

#fade_loading_div {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 50%;
    background-color: #ababab;
    z-index: 1001;
    opacity: .10;
    filter: alpha(opacity=80);
}

#modal_loading_div {
    display: block;
    position: fixed;
    top: 40%;
    left: 47%;
    width: 100px;
    height: 200px;
    padding: 30px 15px 0px;
    border-radius: 20px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}