#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;
	border: 1px solid #aaa;
	border-radius:2px;
	overflow: auto;
	width: 350px;
	height: 400px;
	z-index: 150;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 0px 25px 8px rgba(34, 60, 80, 0.19);
-moz-box-shadow: 0px 0px 25px 8px rgba(34, 60, 80, 0.19);
box-shadow: 0px 0px 25px 8px rgba(34, 60, 80, 0.19);

}

/*
* html #m_window {
	left: 50%;
	margin-left: -175px;
}
*/

#m_frame {
	border: 0; 
	overflow: auto;
	width: 100%;
	height: 378px;
}

* html #m_frame {
	margin-top: 7px;
}

