.Progress
{
	position: absolute;
	background: #fff;
	border: 10px solid #fff;
	width: 200px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -100px;
	overflow: hidden;
	z-index: 2;
	background: #fff url(../Images/Loading.gif) center center no-repeat;
}