#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:464px;
  width:600px;
  background-color:transparent;    
  background:url(img/jquery.simplemodal/transpx2.png) repeat;
}

#simplemodal-container  .simplemodal-data {
    background-color: white;
    margin: 8px;
    height: 448px;
}

#simplemodal-container a.modalCloseImg {
  background:url(img/jquery.simplemodal/x.png) no-repeat;
  background: none;
  width:1px;
  height:1px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}
