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

#login, #link, #create, #verify {
	width: 100%;
	max-width: 550px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#link, #verify {
	max-width: 500px;
}

#facebook-field.btn {
	width: 161px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 0px;
}
.facebook-field {
	border: 1px solid #CCC;
	padding: 2px;
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	width: 187px;
	text-align: left;
	background: white;
}
.facebook-field &gt; * {
	vertical-align: middle;
	max-height: 28px;
	margin-right: 5px;
}
.facebook-field .remove {
	float: right;
	font-size: 20px;
	color: #888;
}
.facebook-field:hover .remove {
	color: black;
}
.field .valid {
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	float: left;
	margin: 8px 0px 0px 5px;
}
.field .valid:after {
	content: '\2022';
	color: #AAA;
	font-size: 32px;
	line-height: 0px;
	vertical-align: -9px;
	-webkit-transition: color 1s;
	transition: color 1s;
}
.field .valid.ok:after {
	color: #7BCC3A;
}

.widget &gt; header {
	font-size: 14px;
	margin: 0px -5px 10px;
	text-align: center;
	width: 100%;
}

hr {
	clear: both;
}


@media screen and (max-width: 600px) {
	.field input {
		width: 90% !important;
	}
}</pre></body></html>