﻿fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
width:440px;  
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;  
}  
fieldset.submit {  
border-style: none;  
}
label {    
float: left;    
width: 10em;    
margin-right: 1em;
text-align:right; 
}
.contact-submit {width:75px; height:30px;}
input.txtbox{background-color:white;border:solid 1px #95b1c9;}
input.txtbox:hover, input.txtbox:active, input.txtbox:focus, textarea.txtbox:hover, textarea.txtbox:active, textarea.txtbox:focus{background-color:#cceeff;}
