@charset "utf-8";


html, body {
	margin: 0;
}


/* Content */

.loadingMask {
	background: #ffffff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.loadingIndicator {
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 1001;
}

/* Content */