
#mask {
  position:absolute;
  z-index:9999;
 background:url('/apps/mcd/docroot/themes/HongKongEnglish/images/tvc.png') left top repeat;
  display:none;
  left:0px;
  top:0;
  width:100% !important;
  height:100% !important;
  position:fixed;
}
   
#boxes .window {
  position:absolute;
 /* width:440px; */
  xheight:200px;
  display:none;
  z-index:99999;
  padding:20px;
 
   /*border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;*/

}
 
#boxes #dialog2{background:url('/apps/mcd/docroot/themes/HongKongEnglish/images/overlay_bg.png') left top repeat;}  
/* Customize your modal window here, you can add background image too */

/*
.close {
  position:absolute;
  top:-26px;
  right:0px;  
  display:none;
  z-index:9999;
  padding:5px 10px;
  border:5px solid #FFF;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  background:#F00;
  color:#FFF;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  cursor:pointer;
  right:-26px;  
}
*/

.close {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/modalx.png) no-repeat scroll 0 0;
display:block;
height:27px;
position:absolute;
right:-30px;
top:-20px;
width:27px;
}
.close:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/modalx.png) no-repeat scroll 0 -27px;
}
