.Mwnd {
	position: absolute;
	width: auto;
	height: auto;
	border: 1px solid gray;
	background: white;
	display: none;
	padding: 20px 20px 20px 20px;
	text-align: center;
}
.Mclosebtn {
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}
DIV.Mwndshadow {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    width: 100%;
    height:100%;
}
