<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#screenFade
{
	position:absolute;
	top: expression(
	    document.getElementsByTagName("body")[0].scrollTop + "px"
	);
	background: url('/i/black8.png') repeat left top;
	width:100%;
	height:100%;
	z-index:100;
	behavior:url('/png.htc');
}

#editBlock
{
	position: relative;
	left: 10%;
	top: 0;
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin: 25px 0;
	padding: 25px;
	font-size:85%;
	width:70%;
}

#editBlock table td
{
	font-size:80%;
	padding: 0.5em 0 0.5em 20px;
}



/* LoginPanel */

#LoginPanel
{

	width:100%;
	height:100%;
	z-index:100;
	behavior:url('/png.htc');
}

.LoginPanelBlock
{
	position: absolute;
	width:360px;
	height: 240px;
	left: 20%;
	top: 40%;
}

.LoginPanelBlock .content
{
	position:absolute;
	z-index: 105;
	padding: 20px;
}

.LoginPanelBlock .horizontalBg
{
	position: absolute;
	z-index: 101;
	background-color:#fff;
	width:100%;
	height: 200px;
	margin-top: 20px;
}

.LoginPanelBlock .verticalBg
{
	position: absolute;
	z-index: 101;
	background-color:#fff;
	width: 320px;
	height:100%;
	margin-left: 20px;
}

.LoginPanelBlock .lt,
.LoginPanelBlock .rt,
.LoginPanelBlock .rb,
.LoginPanelBlock .lb
{
	position: absolute;
	z-index: 101;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	behavior:url('/png.htc');
}

.LoginPanelBlock .lt
{
	background-image: url('/i/bg/edge/white_lt.png');
	left:0;
	top:0;
}

.LoginPanelBlock .rt
{
	background-image: url('/i/bg/edge/white_rt.png');
	right:0;
	top:0;
}

.LoginPanelBlock .rb
{
	background-image: url('/i/bg/edge/white_rb.png');
	right:0;
	bottom:0;
}

.LoginPanelBlock .lb
{
	background-image: url('/i/bg/edge/white_lb.png');
	left:0;
	bottom:0;
}

#LoginPanel table
{
	width:auto;
}

#LoginPanel td
{
	color:#333;
	padding: 0.5em 1em 0 0;
}

#LoginPanel td input
{
	font-size:90%;
	color:#333;
}

#LoginPanel .loginLabel
{
	font-size: 90%;
	color:#333;
	padding-top: 0.8em;
}

#LoginPanel .loginRegLabel
{
	padding: 1.2em 0 0.5em 0;
	font-size:110%;
}

#LoginPanel .loginCheckbox
{
	font-size:90%;
}

#LoginPanel .loginEnter input
{
	font-size:110%;
}

#LoginPanel .loginEnter div
{
	padding-top:1em;
}

.loginpageErrorText
{
	font-size:80%;
	color:#333;
	background-color:#efefef;
	width:90%;
}

.loginpageErrorText .grey_lb
{
	padding: 0.6em 20px;
}

.loginpageLoginBlock
{
	padding: 0.8em 20px 0 20px;
}


.remindPasswordBlock
{
	background-color:#f7f6ed;
}

.remindPasswordBlock  .yellow_lb
{
	padding: 0.6em 20px 1em 20px;
}

.remindPasswordBlock p
{
	line-height:1.4em;
	margin-top: 0.2em;
}

.remindPasswordBlock span
{
	white-space:nowrap;
}

.remindPasswordBlock input
{
	font-size:90%;
}</pre></body></html>