﻿	.progressmodal
	{
		position: fixed !important;
		z-index: 999 !important;
		height: 100% !important;
		width: 100% !important;
		top: 0 !important;
		background-color: Black !important;
		filter: alpha(opacity=80) !important;
		opacity: 0.8 !important;
		-moz-opacity: 0.8 !important;
	}
	.progresscenter
	{
		z-index: 1000 !important;
		margin: 300px auto !important;
		padding: 10px !important;
		width: 130px !important;
		background-color: White !important;
		border-radius: 10px !important;
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
		-moz-opacity: 1 !important;
	}
	.progresscenter img
	{
		height: 128px !important;
		width: 128px !important;
	}