<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popupBackground {
	width: 100%;
	_height: 0px;
	overflow: hidden;
	min-height: 1200px;
	background: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	left: 0px;
	top: 0px; 
	z-index: 2000;
}
#popupWindowWrap {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 0px;
	z-index: 2100;
}
#popupWindow {
	width: 650px;
	background: white;
	border: 15px solid white;
	margin: 0px auto;
	margin-top: 50px;
	position: relative;
	border-radius: 10px;
	box-shadow: 3px 3px 4px #000;
}
#popupCloser {
	position: absolute;
	right: -8px;
	top: -7px;
	cursor: pointer;
}
#popupWindowContent {
	border-top: 50px solid white;
	max-height: 380px;
	min-height: 150px;
	_height: 380px;
	padding: 20px 30px;
	overflow: auto;
	background: white;
}
.popupTitle {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
	padding-bottom: 9px;
	color: black;
	position: absolute;
	left: 20px;
	padding-left: 30px;
	top: 0px;
	border-bottom: 2px solid #cccccc;
	width: 600px;
}
#popupWindowContent .wsEd {
	color:#313131;
}
</pre></body></html>