.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    background-color: #eee;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100% !important;
    height: 100% !important;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
	border: 0;
	background: none;
    padding:2px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
    max-width: 350px;
}
.loadmask-msg img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}