.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.9;
    opacity: .90;
    filter: alpha(opacity=90);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    left: 0;
    padding:2px;
    /*
    top:0 !important;

     */
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: url('../../img/loading.gif') no-repeat 5px 13px;
    line-height: 16px;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
    margin-top: 4px;
    font-size: 1.4rem;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}