.UpdatePG_Centro
{
    vertical-align:middle;   
    z-index: 99999999;
    position: fixed;
    top:0%;
    left:0%;
    text-align:center;   
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    filter:alpha(opacity=50);
    opacity:0.5;
}  

    /*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.8;
}

.modalBackground2 {
background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}

.modalBackground3 {
    background-color:White;
    filter:alpha(opacity=80);
    opacity:0.8;
}
 

.modalPopup {
     background-color:#FFFFFD;
     border-width:3px;
     border-style:solid;
     border-color:Gray;
     padding:3px;
     width:150px;
    overflow: auto;
}

    .style1
    {
        width: 10px;
    }
