#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
 /* width:375px; */
 /* height:203px; */
/*	width:  800px; */
	width:  1000px;
	height: 90%;
  padding:10px;
  /* background-color:#ffffff; */
   /* background-image: url("../img/cc_slider/calendar-bg-may23.jpg"); */
    /* background-image: url("../img/cc_slider/calendar-bg-oct-23.jpg"); */
    background-image: url("../img/cc_slider/calendar-bg-freddie.jpg");
	background-repeat:no-repeat;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}
.close {
    float: right;
    font-size: 14px;
	font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
	color: #285db5;
    opacity: 1.0; 
}