#loading-div-background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99998;
}

#loading-div{
    /*width: 300px;*/
    /*height: 150px;*/
    padding: 5px;
    background-color: #fff;
    border: 5px solid #2D8EAE;
    text-align: center;
    color: #202020;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
    behavior: url("/css/pie/PIE.htc"); /* HANDLES IE */
}