#modalOverlay {
  background-color:#000;
}

#modalContainer {
  height:200px;
  width:400px;
  left:50%;
  top:25%;
  margin-left:-200px;
  xbackground: url(/img/mainBg.jpg) repeat-x;
  background-color: #fff;
  color: #000;
  border:3px solid #fff;
  overflow: none; !important
  overflow: hidden;
}

#modalContainer a.modalCloseImg {
  background:url(/img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:0px;
  right:-28px;
  cursor:pointer;
}


