#mistake {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;

    width: 100%;
    margin: auto;

    background-color: rgba(119, 119, 119, .7);
}

* html #mistake {
    background-image: none;
}

#m_window {
    position: absolute;
    z-index: 150;

    width: 380px;
    height: 400px;
    overflow: auto;

    background: #fff;
    box-shadow: 0 3px 46px rgba(0, 0, 0, .72);
}

/*
* html #m_window {
  left: 50%;
  margin-left: -175px;
}
*/

#m_frame {
    width: 100%;
    height: 378px;
    overflow: auto;

    border: 0;
}

* html #m_frame {
    margin-top: 7px;
}

.mistakes {
	color: #a3b0c2;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: -20px;
	line-height: 18px;	
}
