
#overlay{
		display: none;
	width: 100%;
	height: 100%;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	background: rgba(255, 255, 255, 1);
}
	.MDL_window_wrap {
	max-width: 736px;
	height:450px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-225px 0 0 -368px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: center;
	  overflow:hidden;

}
	.MDL_window_wrap iframe{
		width:100%;
		height:100%;
	}
#close{
	margin: 0;
	padding: 0;
	position:absolute;
	right:10px;
	top:10px;
	display: inline-block;
	cursor: pointer;
}
#close img{
	margin: 0 auto;
	padding: 15px 10px !important;
	text-align: center;
	display: inline-block;
	position: static;
	cursor: pointer;
	width: 30px;
}