/* form styles */
fieldset{
padding:10px;
border: 1px solid #455A43;
margin-bottom:15px;
}
/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/
form{
margin:0;
}

input,textarea{
background: #E9EEE8;
border: 1px solid #455A43;
}
/*styles the input fields*/
/*styles the form fields*/
label{
color: #455A43;
font-weight:normal;
}
label,span.spacer{
width:100px;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #2C4A4B;
font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
/* end of form styles */
