/*div#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  width: 100%;
}
  
div#boxes .window{
  position:absolute;
  left: 0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

.window{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;`
}

#boxes #dialog, #boxes #dialog2, #boxes #dialog3, #boxes #dialog4{
  width: 500px; 
  height:500px;
  padding:10px;
  background-color: #ffffff;
  color: #000;
  margin-top: -120px;
  background-image: url(../images/logo-modal.png);
  background-repeat: no-repeat;
  background-position: top right;
}

div#boxes div#dialog{
	height: 550px;
}

div#boxes div#dialog2{
	height: 680px;
}

div#boxes div#dialog3{
	height: 550px;
}

div#boxes div#dialog4{
	height: 560px;
}

div#dialog.window a.close, div#dialog2.window a.close, div#dialog3.window a.close, div#dialog4.window a.close{
	color: #000;
	font-weight: bold;
}

div#boxes div#dialog ul, div#boxes div#dialog2 ul, div#boxes div#dialog3 ul, div#boxes div#dialog4 ul{
}

div#boxes div#dialog li, div#boxes div#dialog2 li, div#boxes div#dialog3 li, div#boxes div#dialog4 li{
	border-bottom: 1px dotted #369;
}

ul#modal-includes-narrow li{
	width: 250px;
}*/