.loadmask {
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(Opacity=60);
    background-color: #444;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 9;
    position: absolute;
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    top: 0;
    left: 0;
    border:1px solid /*#6593cf;*/ #3A6C3B;
    background: #c3daf9;
    padding:2px !important;
    margin: 0 !important;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px !important;
    background: #fbfbfb url('static/skin/img/bg/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    border:1px solid /*#a3bad9;*/ #3A6C3B;
    color:#000;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
    filter: alpha(Opacity=90);
    margin: 0 !important;
}
/*
.masked {
    overflow: hidden !important;
}
*/
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
