.mh_Modal_Window_background {
  background: #000;
  bottom: 0px;
  filter: alpha(opacity=70);
  height: 100%;
  left: 0;
  opacity: .7;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.mh_Modal_Window {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}

.mh_Modal_Window_dialog {
  background: #333;
  border: 1px solid #700070;
  left: 50%;
  margin-left: -18.182em;
  position: absolute;
  top: 9.091em;
  width: 36.364em;
}

.mh_Modal_Window_dialog h2 {
  background: #700070;
  border-bottom: 1px solid #700070;
  color: #FFF;
  font-size: 1.182em;
  position: relative;
}

.mh_Modal_Window_dialog h2 {
  margin: 0;
  padding: .273em;
}

.mh_Modal_Window_dialog h2 button {
  background: url(../img/close.png) no-repeat center 3px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: .182em;
  text-indent: -909em;
  top: .182em;
  width: 20px;
}

.mh_Modal_Window_dialog h2 button:hover {
  background: url(../img/close.png) no-repeat center -18px;
}

.mh_Modal_Window_content {
  padding: .909em;
}

.mh_Modal_Window_content form > fieldset {
  margin-bottom: 2.727em;
  margin-top: .909em;
}

.mh_Modal_Window_content form > fieldset.buttons {
  margin-bottom: 0;
}

.mh_Modal_Window_content legend {
  font-size: 1.455em;
  padding: .5em;
}