@charset "utf-8";
/* CSS Document */

form {
	position:relative;
	right:0px;
	width:600px;
}

label {    
float: left;    
width: 10em;    
margin-right: 1em;
text-align:right;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}

label{
color:#300;
}


fieldset {  
float: left;      
clear: both;      
width: 100%;      
margin: 0 0 -1em 0;      
padding: 0 0 1em 0;      
border-style: none;      
border-top: 1px solid #300;      
background-color:#f8eee0;
}  

legend {      
padding: 0;      
color: #300;      
font-weight: bold;    
}

legend span {      
position: absolute;      
left: 0.74em;      
margin-top: 0.5em;      
font-size: 110%;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
fieldset ul {  
padding: 3em 1em 0 1em;      
list-style: none;  
}  
fieldset li {  
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 1em;    
}  
fieldset.submit {  
float: right;
width: auto;      
padding-top: 0em;      
padding-left: 0em;      
background-color: #FFFFFF; 
}

p#contactus {
position:relative;
left:5px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}