#loadlayer {
	position: fixed;
	z-index: 2147483641;
	top: 0;
	left: 0;
	visibility: hidden;
	background: #c0c0c0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}

#loadDialog {
	position: fixed;
	z-index: 2147483642; top : 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	top: 50%;
}