#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:550px;
  height:412px;
  padding:10px;
  background:url('../_img/landing-page3.jpg') #FFF 0 0 no-repeat;
}

#boxes #dialog #dialog-cont {
  width:470px;
  margin:125px 30px 0 30px;
  background: 0 0 no-repeat;
}

#boxes #dialog #dialog-cont2 {
  width:470px;
  margin:125px 30px 0 30px;
  background: 0 0 no-repeat;
}

.dialog_titulo{
    width:100px;
    height:20px;
    font:14px Verdana;
    color:#000;
    text-align:right;
    float:left;
}

.dialog_form{
    margin-left:5px;
    width:365px;
    height:20px;
    font:14px Verdana;
    color:#000;
    float:left;
}

.dialog_topo{
    margin-left:70px;
    height:20px;
    font:20px Verdana;
    color:#000;
    cursor:pointer;
}

.dialog_topo2{
    margin-left:70px;
    height:20px;
    font:16px Verdana;
    color:#000;
    cursor:pointer;
}

.dialog_line{
    width:100%;
    height:20px;
    margin-top:10px;
}

.btn_std{
    height:21px;
    padding:2px 10px 2px 10px;
    font:normal 14px Verdana;
    color:#FFF;
    border:none;
    background:url('../_img/botao-landing-page.jpg') repeat-x;
    cursor: pointer;
}
.btn_std:hover{
    background:url('../_img/botao-landing-page.jpg') repeat-x;
    cursor: pointer;
}

#boxes #dialog #dialog-cont #mensagem {
    margin-top:15px;
    width:100%;
    height:100px;
    color:#FF0000;
    text-align:center;
}

.close{display:block; text-align:right;}
