#mask {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:9000;
    background-color: #2754AB;
    opacity: .8;
    } 
 
#boxes .window {
    position:absolute;
    left:0;
    top: 14%;
    z-index:9999;
    text-align: center;
    }

#boxes #dialog {
    width:911px; 
    height:350px;
    }

#boxes .window img {
    width: 911px; 
    height:350px;
    background-color:#2754AB;
    border: 4px solid #ffffff;
    box-shadow: 10px 10px 20px #333333;
}

#popupfoot{
    position: absolute;
    top: -29px;
    right: -29px;
    font-size: 25px;
    }

#popupfoot a{
    text-decoration: none;
    }

#popupfoot .close:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\2715";
  font-size: 20px;
  font-family: "entypo", sans-serif;
  text-decoration: none;
  color: #FFF;
  text-shadow: none;
  padding: 0 0 0 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
