<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sFrom .cleaner {
	height:12px;
	display:block;
}
.formContent {
	width:100%;
}
.formContent input, .formContent textarea {
	width:100%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
	border-radius:3px;
	padding:6px;
	resize:none;
	clear:both;
}
.formContent textarea {
	height:100px;
}
.formContent .formLeft {
	width:48%;
	float:left;
}
.formContent .formRight {
	width:48%;
	float:right;
}
.formContent label {
	margin-bottom:10px;
	display:block;
}
.formContent label span {
	font-weight:bold;
	font-size:13px;
	color:#000;
}
label.radio input {
	width:auto;
}
</pre></body></html>