<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Solitary styles: pages -&gt; contact -&gt; default */

.contact {}

	.contact td {
		padding: 0 0 10px;	
	}
	
	.contact td:first-child {
		width: 130px;	
	}
	
		.form_field {
			width: 428px;
			padding: 0 10px;
		}
		
		.contact textarea {
			width: 430px;
			height: 115px;
			padding: 10px;
		}
		
		.contact .button {
			float: right;	
		}	</pre></body></html>