#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;
  padding:40px;
  background:url(../images/box.png) no-repeat 0 0 transparent; 
cursor: move;
background-size: 100% 100%;
background: #FFF;
box-shadow: 0px 4px 20px #000;
border-radius: 8px;
background-size: 54px;
background-image: url(../images/contact-enveloppe.png);
background-repeat: no-repeat;
background-position: 5px 5px;
}

#boxes .window1 {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:40px;
  background:url(../images/box.png) no-repeat 0 0 transparent; 
  cursor: move;
	background-size: 100% 100%;
	padding-bottom: 70px;
}

 
#boxes .dialogouinon {
  background:url(../images/box.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

#boxes #dialogok {
  background:url(../images/box.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
