.progresss {
    position: fixed !important;
    z-index: 9999 !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #EEEEEE !important;
    width: 100% !important;
    height: 100% !important;
    filter: Alpha(Opacity=80) !important;
    opacity: 0.80 !important;
    -moz-cpacity: 0.80 !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 100000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loadingcss {
    font-size: 18px;
    /*border: 1px solid red;*/
    /*width: 200px;
    height: 100px;*/
    display: none;
    position: fixed;
    /*background-color:  #CF4342;*/
    z-index: 100000001;
    background-color: #6d6e71;
}
