<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index:1001;
	opacity:.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal1 {
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 390px;
	height: 280px;
	padding-top: 9px;
	padding-left: 9px;
	background: #fff;
	color: #333;
	z-index:1002;
	overflow: auto;
	border-radius:5px;
}

.frame1 {
	width: 380px;
	height: 260px;
	background: #fff;
}

.modal2 {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 520px;
	height: 370px;
	padding-top: 9px;
	padding-left: 9px;
	background: #fff;
	color: #333;
	z-index:1002;
	overflow: auto;
	border-radius:5px;
}

.frame2 {
	width: 510px;
	height: 360px;
	background: #fff;
}
</pre></body></html>