#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:120px;
  width:800px;
  background-color:#fff;
  border:0;
  padding: 5px;
}

#simplemodal-container a.modalCloseImg {
  background:url(../images/modal_close.gif) no-repeat;
  width:61px;
  height:13px;
  display:inline;
  z-index:3200;
  position:absolute;
  bottom:5px;
  right:5px;
  cursor:pointer;
}