#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#ffffff;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:96%;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
  text-align: center;
  max-width: 1270px;
}
#boxes #dialog {
  width:92%px; 
  height:auto;
  padding:20px;
  background-color:#ffffff;
}
.maintext{
	text-align: center;
  text-decoration: none;
}

#lorem{
  text-align: left;
}

#lorem h2 {clear:both; width: 100%; overflow: hidden; font-size: 18px; font-weight: 700; margin: 0 0 20px;}
#lorem p {clear:both; font-size: 14px; margin: 0 0 10px; line-height: 16px;}

#popupfoot{
  padding: 10px 20px;
	text-align: center;
}
#popupfoot a.close { text-align:center; float: none; font-size: 16px; background: #333333; color: #ffffff; padding: 5px 10px; font-weight: 400; opacity: 1; text-transform: uppercase;}



