.Mmask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	display: none;
	cursor: wait;
}

.Mwin {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: calc(100% - 50px);
	display: flex;
	border: 2px solid #C6C7C8;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	overflow: visible;
}

.Mclose {
	background: url('/resources/x.png') no-repeat;
	width: 31px;
	height: 31px;
	display: inline;
	z-index: 100;
	position: absolute;
	top: -15px;
	left: -18px;
	cursor: pointer;
}

.Wmask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	cursor: wait;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.5;
}

.Wwin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-height: inherit;
	height: auto;
	display: none;
	padding: 20px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-color: #FFF;
}

.Wlogo {
	background: url('/resources/wait.gif') no-repeat;
	width: 41px;
	height: 39px;
	z-index: 100;
}