.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #000000;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    /*z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;*/
	border: 0 none;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 0;
    z-index: 20001;
}
.loadmask-msg div {
    /*background: none repeat scroll 0 0 white;
    color: red;
    cursor: default;
    font: bold 11px tahoma,arial,helvetica,sans-serif;
    padding: 5px 10px;*/
	color: white;
    cursor: default;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
	text-align: center;
}
.loadmask-msg div img{
    width:16px;
	height:16px;
	display:block;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}