.loadmask {
    background: url('images/loading-00ef871b291bc03a497d608a5bd8ec99.gif') center no-repeat, rgba(0,0,0, 0.5);
    z-index: 1000;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .40;
    filter: alpha(opacity=50);
    /*background-color: #CCC;*/
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 4000;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    border:1px solid #cecece;
    background: #eeeeee;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('images/loading-00ef871b291bc03a497d608a5bd8ec99.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #cecece;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}