<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cm-form {
	width: 700px;
	padding: 10px 0 0 0;
}

#cm-form fieldset {
	border: none;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
}

#cm-form #location {
	float:left;
	width: 340px;
}

#cm-form #contact {
	float:left;
	width: 340px;
}

#cm-form label {
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	vertical-align: top;
	width: 90px;
	margin: 0;
}

#cm-form input[type="text"], #cm-form input[type="tel"], #cm-form input[type="email"], select {
	width: 240px;
	margin: 0;
	vertical-align: bottom;
}

#cm-form select {
	width: 245px;
	margin: 0;
	vertical-align: bottom;
}
#cm-form textarea {
	font-family: arial, helvetica, sans-serif;
	width: 670px;
	float: right;
}

#cm-form button {
	font-size: 12px;
	margin: 0 auto;
}

#cm-form button.img-button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-position: center;
}

#cm-form #message {
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: #f00;
}
#cm-form #send-button {
	float: right;
}

#cm-form #desc-instr {
	width: 500px;
	float: left;
	text-align: left;
	font-size: 13px;
	margin-top: 4px;
}

#cm-form legend {
	margin: 0 0 0px 90px;
	font-weight: bold;
}

#maintenance legend {
	margin-left: 10px;
}

label#cmr-description {
	margin: 0 15px 0 0;
	float: left;
	font-size: 13px;
}

#cm-form .maintanance-choice {
	display: inline-block;
	width: 165px;
}

#cm-form .maintanance-choice label {
	width: 140px;
	text-align: left;
}

#choices {
	text-align: left;
	margin: 0 0 15px 10px;
}

#zone1 article {
	background-color: #fff1f1;
	padding: 8px;
	border: 1px solid red;
	font-size: 13px;
}
#center .box {
	font-size: 13px;
	line-height: 1.5;
}
</pre></body></html>