﻿.progress
{
		z-index:9999;
        width:100%;
        height:100%;
        left:0;
        top:0;
		position:fixed;
		background-color:Black;
		filter:alpha(opacity=50);
		opacity:0.7;
}

.progressInner 
{
	z-index:99999;
	position:fixed;
	color:#0077dd;
	left:40%;
    top:50%;
	background-color:White;
	border:3px solid #D6D6C2;
	padding:3px;
	width:250px;
}