/*Div Carregando*/
.blockProgress
{
	top:0;
	left:0;
	position:fixed;
	background-color: White; opacity: 0.75; filter: alpha(opacity=75);  
    width: 100%;
    height: 100%;
    z-index: 999998;
}
.containerProgress
{
    position: absolute;
    border: solid 1px #808080;
    border-width: 1px 0px;
    width: 250px;
    top: 30%;
    left: 40%;
    z-index: 999999;
}

.headerProgress
{
    background: url(../imagens/sprite2.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}

.bodyProgress
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
