﻿
.Background
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index:1000000;
}

.Progress
{
	position: fixed;
	top: 45%;
	left: 43%;
	z-index:1000000;
	font-size:12px;
	font-weight:bold;
}

