<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
	Contact Form
-----------------------------------*/
label, p.notes, .error, .success {font: 16px/26px Helvetica, "Helvetica Neue", Arial; color:#222;}

.InputfieldFormWidths .notes {font-size: 14px; color:#666; margin-top: 0}
#Inputfield_anti_spam {width:200px;}

.error {color:#cb1067;background: #fee2e7;padding:4px 10px; margin-top: 5px;}
.FormBuilderErrors .error {padding:10px;}

.success {background: #c5ffbb;padding:6px 10px;}

input[type=text],
input[type=email],
textarea {
	padding:8px;
	display:inline-block;
	width:96%;
	border:1px solid #008488;
	border-radius:3px;
}

button {
	color: white;
	font-size:16px;
    text-align: center;
    text-decoration: none;
	padding: 5px 18px;
	display:inline-block;


	-moz-box-shadow:inset 0px 1px 0px 0px #8596c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8596c0;
	box-shadow:inset 0px 1px 0px 0px #8596c0;
	
	background-color:#0a2e81;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #04143a;
}</pre></body></html>