#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 {
  background:url(../images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
  color:#666;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
  padding:10px 0px 0px 40px;  
  background-color:#ffffff;
  color:#666;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
}

#dialog1 .d-header {
  background:url(login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
top: 5%; /*Distancia da margem superior da página */
left: 25%; /*Distancia da margem esquerda da página */
width: 717px; /*Largura da pop-up*/
height: 233px; /*Altura da pop-up*/
padding: 0; /*Margem interna da pop-up*/
border-width: 0px; /*Largura da borda da pop-up*/
border-style: solid; /*Estilo da borda da pop-up*/
/*background:#FFF no-repeat; Cor de fundo da pop-up*/
color: #FF0000; /*Cor do texto da pop-up*/
display: none; /* Estilo da pop-up*/
background-image:url(../images/nota.png);
}
.close{display:block; text-align:right;}
