div#modalwindow__overlaybg {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #f3f6f9;
	background-color: #D1DBE5;
}
div#modalwindow__overlay {
	text-align: center;
}
div#modalwindow__overlay iframe {
	/* border: 2px solid #8FA7BF; */
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	display: block;
	-moz-border-radius: 10px;
}
div#modalwindow__iframetransparant {
	background-color: #ffffff;
	opacity: 0.25;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	filter: alpha(opacity=25);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}