<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 

div.subWindow_over{
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#5B8AC2;
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
	opacity:0.6;
}
div.subWindow_win{
	top:113px;
	left:65px;
	right: 30px;
	bottom: 58px;
	border:1px solid #7C8285;
}
div.subWindow_ti{
	position: absolute;
	background-color: #B1C552;
	top:0px;
	width:100%;
	right:0px;
	height:40px;
	color: white;
	font-size:17px;
	font-weight: bold;
	padding-top: 10px
}
div.subWindow_ti span{
	margin-left: 15px;
}
div.subWindow_co{
	position: absolute;
	top:40px;
	left:0px;
	bottom: 0px;
	right: 0px;
}
a.subWindow_x{
	background: url(../img/txt/cross2.png) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 16px;
	height: 19px;
	float: right;
	margin-right: 10px;
	margin-top:2px;
	color:white;
	-webkit-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

a.subWindow_x:hover{
	-moz-opacity: 0.7;
	filter: Alpha(opacity=70);
	opacity: 0.7; 
}

a.subWindow_x span{
	visibility: hidden;
}
iframe.subWindow_fra{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color: white;
}

/* === SMALL &amp; TOUCH screens ================================================ */
div.tplFra_touch ~ div.subWindow_win{
	top:10px;
	left:10px;
	right: 10px;
	bottom: 10px;
	border:1px solid #7C8285;
}


</pre></body></html>