/* Layer
----------------------------------------------------------*/
body,
html {
	width:100%;
	height:100%;
}

#LayerBackground,
#LayerProgress,
#LayerContainer {
	display:none;
	position:fixed;
	_position:absolute;
	z-index:9999;
	left:0;
	top:0;
}

#LayerBackground {
	width:100%;
	height:100%;
	background:#fff;
}

#LayerContainer {
	background:#fff;
	border:4px solid #525252;
	color:#000000;
}

#LayerLoader {
	padding:10px;
}

#LayerClose {
	position:absolute;
	right:10px;
	cursor:pointer;
}

