.Mmodal {
	max-width: 450px;
	min-width: 300px;
	background: #fff;
	margin: 150px auto 0 auto;
	font-family: Tahoma;
	overflow: hidden;
	box-shadow: 0 0 2px 2px #444;
	border-radius: 2px;
	display: none;
}
.Mmodal .Mmodal-title {
	width: 95%;
	margin: 0 auto;
	font-size: 14pt;
	text-align: center;
	padding: 10px 0;
	color: #333;
}
.Mmodal .Mmodal-body {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	color: #333;
	font-size: 16pt;
}
.Mmodal .Mmodal-buttons {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}
.Mmodal .Mmodal-buttons .Mmodal-button {
	width: 100%;
	height: 30px;
	padding: 12px 0 30px 0;
	cursor: pointer;
	box-sizing: border-box;
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 12pt;
	font-weight: normal;
	color: #333;
}
.Mmodal .Mmodal-buttons .Mmodal-button:hover {
	background: #F2F2F2;
}
