#loadingouter {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	Z-INDEX: 1001;
	overflow: hidden;
	position: fixed;
	background-color: #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=75);
	display: table;
	visibility: hidden;
	cursor: progress;
}

#loadingmiddle {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#loadinginner {
	width: 400px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
}