﻿/*
.progress
{
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #ffffff !important;
	margin-top: 30%;
	margin-left: 30%;	
	position: absolute;
}

.progressbox
{
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #898989;
	filter: alpha(opacity=20);
	MozOpacity: 0.2;
	opacity: 0.2;		
	height: 1000%;
	width: 100%;
	position: absolute;
}

*/