﻿
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
	
}

.modalBackgroundOpaco
{
	background-color: white;
	filter: alpha(opacity=50);
	opacity: 1;
	
}

.modal_progress
{
	/*border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;*/
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 1024px;
    top: 0;
     background-color: #dddddd;
    filter: alpha(opacity=20);
    opacity: 0.8;

}

.center_progress
{
    z-index: 3000;
    text-align:center;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px; 
    color:black;
    font-size:12px;
    font-weight:bold;

}
.center_progress img
{
   
    height: 96px;
    width: 96px;
}


.updateProgressMail
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
	z-index: 1;
}