.page-mask { 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	background: #fff;  
	z-index: 99999;
}


.spinner {
	background: url(../img/flat-loader1.gif);
  	width: 128px;
  	height: 128px;
  	position: absolute;
  	left: 50%;
  	margin: -64px 0 0 -64px;
  	top: 50%;
}

.loading-mask { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	background: #fff;  
	opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
	z-index: 99999;
}

.loading {
	background: url(../img/flat-loader3.gif);
  	width: 64px;
  	height: 64px;
  	position: absolute;
  	left: 50%;
  	margin: -64px 0 0 -64px;
  	top: 50%;
}