#mask {
  width: 100%;
  height: 100%;
  position:fixed;
  left:0;
  top:0;
  z-index:9999;
  background: url('fundo.png') repeat;
  display:none;

}
.outer {
  width:600px;
  height:360px;
  /*border:2px solid #999;*/
  margin-top: 10px;
  display: none;
  text-align: center;
}
.close {
  /*display:block;*/
  text-align: center;
  background: url("fechar.png") no-repeat;
  border: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.para_close {
  
    margin: 0 0 0 0;
    text-align: center;
}

