#MDclose{
	width: 55px;
	height: 55px;
	position: fixed;
	top: 0px;
	right: 200px;
	cursor: pointer;
	z-index: 100010;
}

#MDwrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100010;
}

#MDwindow{
	position: absolute;
	z-index: 100011;
	top: 0;
	left: 0;
}

#MDwindow iframe{
	border: 0;
}


#MDbackground{
	position: fixed;
	z-index: 100001;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
