<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login_form{
	width:600px;
	height:250px;
	background:url(../img/login_bg.png) no-repeat center top;
	margin:20px 0 0 145px;
	float:left;
	padding:0px 0 0 0px;
}
.form{
	width:600px;
	float:left;
	clear:both;
}
fieldset {
	border:none; clear:both;
}
label {
	font-size:11px;
	font-weight:bold;
	color:#666;
}
label a{
	font-size:11px;
	font-weight:bold;
	color:#666;
}
span.required {
	color: #FF2222;
}
dl {
	clear:both;
	width:750px;
	height:1px;
}
dl.submit {
	clear:both;
	width:500px;
	text-align:center;
	padding:0 0 0 90px;
}

.login_form dl.submit {
	padding:0 0 0 190px;
}

dt {
	clear:both;
	float:left;
	text-align:right;
	width:150px;
	line-height:34px;
	padding:0 10px 10px 0;
}
dd {float:left; width:500px; margin:0 0 10px 0;}

.form dd.edit {
	position: relative;
	line-height: 36px;
}

.login_form dt {
	width: 180px;
}
.login_form dd {
	width: 400px;
}

.form dd.show input,
.form dd.show span.input,
.form dd.show textarea {
	border: 1px solid #c9cfd9;
	width: 204px;
	font-size: 12px;
	padding: 6px 10px;
	margin-top: 3px;
}

.form dd.show span.input {
	line-height: 34px;
}

.login_form input,
.form dd.edit input,
.form dd.edit select,
.form dd.edit label,
.form dd.edit textarea {
	background-color: #fafafa;
	border: 1px solid #c9cfd9;
	width: 204px;
	font-size: 12px;
	padding: 6px 10px;
	margin-top: 3px;
}

.form dd.confirm input,
.form dd.confirm textarea {
	background-color: #fafafa;
	border: 1px solid #c9cfd9;
	width: 204px;
	font-size: 12px;
	padding: 6px 10px;
	margin-top: 3px;
}

.submit-login	{
	background: url(../form/submit_login.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
}
.submit-login:hover	{
	background: url(../form/submit_login.png) no-repeat 0 -29px;
}


table.calendar th,
table.calendar td {
	text-align:center;
}

.ui-datepicker .date-sunday a {
	color: #fa3333;
	font-weight: bold;
}

.ui-datepicker .date-saturday a {
	color: #3333fa;
	font-weight: bold;
}
</pre></body></html>