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

/* -------  FORM  ----------------------- */
#contactform {
padding: 10px 10px 10px 0;
margin: 0 0 40px -70px;
}
#contactform fieldset {
border: 0px;
padding: 0px;
margin: 0px;
}
/* Labels */
#contactform label {
font-size: 1.2em;
width: 70px;
display: inline-block;
text-align: right;
margin-right: 10px;
margin-bottom: 15px;
}

/* The regular inputs */
#contactform .input1 {
border: 1px solid #330000;
padding: 5px 7px;
margin-bottom: 15px;
width: 200px;
}

/* Selection list */
#form select {
width: 210px;
font: 1.2em Tahoma;
border: 1px solid #AC1E2E;
padding: 5px 7px;
margin-bottom: 15px;
}

/* Text area */
#contactform textarea {
border: 1px solid #330000;
vertical-align: top;
width: 200px;
font: 1.1em Tahoma;
line-height: 1.7em;
padding: 9px;
height: 120px;
}		
/* Indentation for the submit button */
#contactform .indent {
padding-left: 200px;
padding-top: 15px;
}
/* The button */
#contactform .submitbutton {
width: 100px;
padding: 5px 0px;
background-color: #AB7201;
color: #FFFFFF;
font-size: 110%;
}
#contactform .submitbutton:hover {
background-color: #000;
color: #FFFFFF;
}
/*Styling for jQuery Error messages*/
#contactform label { 
width: 10em; 
float: left; 
}
#contactform label.error { 
float: right; 
color: red; 
padding-left: .5em; 
padding-right: 100px; 
vertical-align: top; 
font-size: 90%;
}

</pre></body></html>