#MDL_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #111;
	overflow: hidden;
	position: fixed;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 1000;
}
#MDL_window {
	margin-top: -225px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 450px;
	text-align: left;
	display: none;
	background: #fff;
	border: #000000 5px solid;
	position: fixed;
	z-index: 1001
}
#MDL_window h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	width: 400px;
	font-size: 14px;
	text-indent: 10px;
	border-bottom: #ff0000 1px dotted;
}
#MDL_window p {
	padding: 0 10px 20px 10px;
}

#MDL_window .md_btn {
	width: 100%;
	text-align: center;
}
#MDL_window .md_btn a {
	margin: 0 5px;
	padding: 5px;
	width: 100px;
	text-align: center;
	display: inline-block;
	background: #F5FFC5;
	border: #111 3px double;
}