html, body{
  overflow:hidden;
  height:100%;
} 

#loading-mask{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:absolute;
	z-index:20000;
	background-color: #E9E9E9;
}

#loading{
	position:absolute;
	padding:0px;
	text-align:center;
	z-index:20001;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 48%;
	top: 50%;
	height: 50px;
	width: 50px;
}

#loading .loading-indicator{
	color:#333333;
	padding:10px;
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
