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

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

#loading{
	border:1px solid #6593cf;
    z-index: 20001;
width: 300px;
height: auto;
position: absolute;
left: 50%;
top: 70%;
margin-left: -150px;
margin-top: -150px;
}

#loading .loading-indicator{
	border:1px solid #a3bad9;
	background:white url(../images/load-bg.gif) repeat-x;
	color:#003366;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
	text-align:left;
}