﻿.mask-model {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index:9999;
}
.mask-layer{
    background-color: black;
    -moz-opacity: 0.6;
    opacity: .6;
    filter: alpha(opacity=60);
}
.progress-mask{
    position:fixed;
    top: 40%;
    left: 50%;
    width: auto;
    height: 30px;
    line-height:30px;
    padding: 4px;
    border: 4px solid #0081E6;
    background-color: white;
    z-index:10000;
    overflow: auto;
}
.img-mask{
    position:fixed;
    top: 40%;
    left: 50%;
    margin-left:-15px;
    width: auto;
    height: auto;
    z-index:10000;
}
