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

#simplemodal-container {
  background-color: #fff;
  border: 3px solid #ccc;
  font: 8pt Tahoma, sans-serif;
  padding: 20px;
  width: 500px !important;
  margin-top: -20px;
  overflow: hidden !important;
}

.simplemodal-wrap {
  overflow: hidden !important;
}

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

