#loadinglayer { position: fixed; z-index: 10000; 
	left: 0; top: 0; 
	width: 100%; height: 100%; 
	text-align: right;
	background: #fff;
	opacity: 0.1; filter: alpha(opacity=10); }
	
#loadingimagelayer { position: fixed; z-index: 10001;
	left: 0; top: 0;
	width:100%;
	text-align: right; }

#loadingMessage { display: none;
	position: fixed; z-index: 10002;
	left: 30%; top: 100px;
	width: 30%; min-height: 150px; height: auto !important; height: 150px;
	padding: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #0066cc; }