<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#ww_auth {
	background: #fff;
	border: 6px solid #3191eb;
	display: none;
	height: 200px;
	left: 400px;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 100px;
	width: 280px;
	z-index: 1100;
}
#ww_auth form {
	height: auto !important;
	height: 15px;
	margin: 0;
	min-height: 15px;
	padding: 0;
	position: relative;
}
#ww_auth p {
	font-size: 12px;
 margin: 0 0 30px;
}
#ww_auth .close {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 1;
}
#ww_auth .fields {
	height: auto !important;
	height: 15px;
	margin: 0 0 20px;
	min-height: 15px;
	padding: 0;
	position: relative;
}
#ww_auth .fields dd {
	height: auto !important;
	height: 15px;
	margin: 0 0 0 57px;
	min-height: 15px;
	padding: 0;
	position: relative;
}
#ww_auth .fields dd input {
	color: #858282;
	left: 0;
	padding: 1px 2px;
	position: relative !important;
	position: absolute;
	top: 0;
	width: 155px;
	z-index: 1;
}
#ww_auth .fields dl {
	height: auto !important;
	height: 15px;
	min-height: 15px;
	position: relative;
}
#ww_auth .fields dt {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	top: 3px;
	width: 55px;
}
#ww_auth .fields li {
	height: auto !important;
	height: 20px;
	margin: 0 0 11px !important;
	margin: 0 0 8px;
	min-height: 20px;
	padding: 0;
	position: relative;
    background:none;
}
#ww_auth .lnks {
	height: auto !important;
	height: 10px;
	margin: 0 70px 0 0;
	min-height: 10px;
}
#ww_auth .lnks a {
	text-decoration: none;
}
#ww_auth .lnks .forget {
	color: #3191eb;
}
#ww_auth .lnks .reg {
	color: #858282;
}
#ww_auth .submit {
	float: right;
	height: 20px;
	margin: -7px 0 0 0;
	padding: 0 32px 0 0 !important;
	padding: 0 27px 0 0;
	position: relative;
	width: 39px;
	z-index: 1;
}
#ww_auth .submit input {
	background: url(/templates/images/btn_ok.png) 0 0 no-repeat;
	border-width: 0;
	cursor: pointer;
	height: 20px;
	width: 39px;
}
#ww_auth .wrap {
	margin: 35px 0 0 30px;
	padding: 0;
	position: relative;
}
*:first-child+html #ww_auth .fields dd input {
	position: absolute !important;
}
*:first-child+html #ww_auth .fields li {
	margin: 0 0 8px !important;
}
*:first-child+html #ww_auth .submit {
	padding: 0 27px 0 0 !important;
}
*/</pre></body></html>