#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: fixed;
    border: 2px solid #aaa;
    border-radius: 10px;
    overflow: auto;
    width: 350px;
    height: 400px;
    z-index: 150;
    top: 80px !important;
    background: #f7f7f7;
    font-family: 'Fira Sans', sans-serif;
}


#m_frame {
  border: 0; 
  overflow: auto;
  width: 100%;
  height: 378px;
}

* html #m_frame {
  margin-top: 7px;
}

input[type="submit"] {
    width: 40%;
    height: 42px;
    padding: 7px 18px 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 12px;
    line-height: 22px;
        background: #ffb325;
}



input#close {
    width: 40%;
    height: 40px;
    padding: 7px 18px 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 12px;
    line-height: 22px;
    background: #ffb325;
}