﻿




/*Styling for the form on the contact page */
fieldset {  
 
width: 90%;  
margin: 0 0 1.5em 0;  
padding: 0; 
border: #cccccc 1px solid;
background-color:#F9FCF8;
margin-left: 1em; 
padding-left:30px;
} 

legend {  
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold; 
} 

fieldset ol {  
padding: 1em 1em 0 .5em;  
list-style: none; 
} 

fieldset li {  
padding-bottom: 1em; 
} 

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 0;  
background-color: transparent;  
background-image: none; 
text-align:left;
}

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
}

.FormLabel
{
	float: left;  
width: 7em;  
margin-right: 1em;  
text-align: right;
}

.TextBox
{
	border: solid 1px #93D14F;
}

.MessageBox
{
	border: solid 1px #93D14F;
	width:400px;
}
