﻿.FullPageContainer{
top:0;
left:0;    
position: fixed;
width: 100%;
height: 100%;
opacity: 1;
z-index: 999;
background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
}

.BlueAnexo {
    background-color: #8B8878;
    color: #fff;
    font-size: 20px
}

.GreenCampo {
    background-color: #27ae60;
    color: #fff;
}


div.Feedback_AjaxWait {
   background-color: #F0F0F0;
   background-image: none;
   background-position: center;
   background-repeat: no-repeat;
   color: #F0F0F0;
   width: 100%;
   height: 100%;  
   top: 0px;
   left: 0px;
   padding: 20px;
   margin-left: -40px;
   position:absolute;
   filter:alpha(opacity=70);
   opacity: 0.7;
   -moz-opacity:0.70;
   z-index: 20;
 }