body{padding:0; margin:0; font-family:arial;}

#loading-overlay {
	opacity: 0.4;
	background: #cccccc;
	bottom: 0;
	left: 0;
	position: fixed; 
	right: 0;
	top: 0;
	z-index: 10000;
}
	
#loading-popup {
	background: #ffffff;
	position: fixed;
	text-align: center;
	z-index: 20000;
	border: 1px solid #CCCCCC;
    line-height: 1;
    padding: 5px 10px 5px 25px;
    left: 41%;
	box-shadow: 1px 1px 13px #444;
	top: 38%;
	width: 180px;
    
}