.app-overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	left: 0;
    top: 0;
    z-index: 1000;
	background: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.app-loading {
	display: block;
	width: 32px;
	height: 32px;
	position: fixed;
	top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
    z-index: 9003;
    background-color: #ffffff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding: 5px;    box-shadow: 0 0 2px #333; 
}
#AppOverlay_mboTest {
	opacity: 0;
	filter: alpha(opacity=0);
}
