#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  width:920px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(../gfx/close_button_grau.gif) no-repeat;
  width:13px;
  height:13px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:10px;
  right:18px;
  cursor:pointer;
}

