#loadingmask {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:500;
	}
	
#loading-mask {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	color:#d85909;
	background-color:#efefef;
	filter:alpha(opacity=20);
	opacity: 0.20;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	z-index:999;
}

#loading-mask-loader {
	position:fixed;
	top:45%;
	left:50%;
	z-index:499;
	margin-left:-120px;
	width:120px;
	padding:15px 60px;
	background:#fff4e9;
	border:2px solid #f1af73;
	color:#d85909;
	font-weight:bold;
	text-align:center;
	z-index:1000;
}