<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
}

#boxes #dialog {
    width: 675px;
    height: 330px;
    background-image: url('../images/FundoCadastro.jpg');
    background-repeat: no-repeat;
}

.close{
    display:block;
    float:right;
}

#boxes .botaoFechar {
    padding: 5px 5px 0px 0px;
}

#boxes .pAtencao {
    padding: 18px 0px 0px 30px;
    color: #fff;
    font-weight: bold;
}

#boxes .pCadastro {
    padding: 0px 0px 0px 30px;
    color: #fff;
}

    #boxes .label {
    color: #fff;
}

    #boxes .textbox {
        width: 345px;
        border: solid 1px #314b60;
    }

#tabelaCadastro {
    padding: 0px 0px 0px 30px;
}
</pre></body></html>