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

label.valid {
	width: 24px;
	height: 20px;
	background: url(../img/valid.png) center top no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-left: -50px;
	border: 0px solid red;
	margin-bottom: 10px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 0 8px;
	margin-bottom: 0px;
}
		
.validatecheck label.valid {
	width: 24px;
	height: 24px;
	margin-left: 0px;
	border: 0px solid red;
}
.validatecheck label.error {
	display: inline-block;
	font-weight: bold;
	color: red;
	padding: 0 15px 0 8px;
	margin-top: 2px;
	border: 0px solid red;
}

.form-actions label.checkbox label.valid {margin-left: -5px;}</pre></body></html>