<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#4c4c4c;
	color:#fff;
	font-size:12px;
}
a:link, a:visited {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
label {
	clear:both;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}
input[type=text], input[type=password], select {
	border-color: #7c7c7c #c3c3c3 #dddddd;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    border-style: solid;
    border-width: 1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	clear:both;
	color:#333;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding:4px;
	width:100%;
}
input[type=submit] {
	clear:both;
	display:block;
	font-size:12px;
	padding:2px 6px;
}
#ui-layout-header {
	background:url(../../images/logo_sm.png) left center no-repeat;
	color:#fff;
	line-height:100%;
	margin-bottom:5px;
	padding:15px 0 15px 50px;
}
#ui-layout-header h1 {
	border:0px;
	font-size:24px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
#container {
	background:rgba(255,255,255,0.1);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(255,255,255,0.0)),
	    color-stop(0.69, rgba(255,255,255,0.1))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgba(255,255,255,0.0) 0%,
	    rgba(255,255,255,0.1) 69%
	);
	border:1px solid #333;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0px 1px 0px #333;
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.2);
	left:50%;
	min-height:160px;
	margin-left:-150px;
	margin-top:-100px;
	padding:20px;
	position:absolute;
	top:40%;
	width:260px;
}
#message {
	background:#4c4c4c;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:11px;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
#message:empty {
	display:none;
	padding:0px;
	margin:0px;
}
a[class*="openid"] {
	display:inline-block;
	height:16px;
	margin-left:5px;
    width:16px;
}
.openid_google {
	background:url(/controller/images/icons/google_button_bg.png) no-repeat;
}
.openid_yahoo {
	background:url(/controller/images/icons/yahoo_button_bg.png) no-repeat;
}
.openid_facebook {
	background:url(/controller/images/icons/facebook_button_bg.png) no-repeat;
}
</pre></body></html>