#mistake {
  background-image: url(overlay.png);
  position: absolute;
  margin: auto;
  top:  0;
  left: 0;
  z-index: 1000;
  width:  100%;
}

* html #mistake {
  background-image: none;
} 

#m_window {
  position: absolute;
  background: #fff;
  overflow: auto;
  width: 425px;
  height: 520px;
  z-index: 150;
}

/*
* html #m_window {
  left: 50%;
  margin-left: -175px;
}
*/

#m_frame {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 425px;
    height: 517px;
}

* html #m_frame {
  margin-top: 7px;
}

