#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:60em;
  height:30em;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #meioAmbiente {
  width:50em; 
  height:25em;
  padding:10px;
  
  background-color:#ffffff;
  background:url("images/graminha.jpg") repeat-x 0 0 transparent; 

  padding:0px 0 20px 25px;

}

#boxes h1 {
  text-align: center;

}

#boxes #mamaeMandou {
  width:50em; 
  height:25em;
  padding:10px;
  font-size: 20px;
  line-height: 25px;
  
  background-color:#ffffff;
  background:url("images/graminha.jpg") repeat-x 0 0 transparent; 

  padding:0px 0 20px 25px;

}

#boxes .modais .recipiente {

  border: 0.2em solid rgba(255,255,255,1);
  padding: 0.2em;
  box-sizing: content-box;
  width: 35em;
  min-height: 10em;
  margin-left: auto;
  margin-right: auto;
}

.recipiente p {
  background: rgba(100,100,100,0.5);
  text-align: left;
  padding: 1em;
  width: 35em;
  height: 10em;
  color: #fff;
  display: table-cell;
}



#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#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 {
  background:url(notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
.close{display:block; text-align:right; color:#000; font-weight: bold; text-decoration: none;}

.recipienteOff {

  border: 0.2em solid rgba(255,255,255,1);
  padding: 0.2em;
  box-sizing: content-box;
  width: 35em;
  min-height: 10em;
  margin-left: auto;
  margin-right: auto;
}

.recipienteOff p {
  background: rgba(190,190,190,0.5);
  padding: 1em;
  width: 18em;
  height: 8em;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
}

