.simplemodal-overlay {
  background: #333333;
}
.simplemodal-data {
  position: relative !important;
  background: white;
  height: 510px;
  width: 850px;
  padding: 5px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.simplemodal-container {
  height: 520px;
  width: 860px;
  background: transparent;
  margin: 0;
  padding: 20px;
}

.shadow-hack {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: .30;
  filter:Alpha(Opacity=30);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

