#contactus p {
  text-align:center;
  font-weight:bold;
  color:#003366;
}
#contactus fieldset {  
  margin: 1.5em 0 0 4em;  
  padding: 0;
  border-style:none;
}
#contactus legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold;
}
#contactus fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none;
}
#contactus fieldset li {  
  padding-bottom: 1em;
}
#contactus label {  
  float: left;  
  width: 8em;  
  margin-right: 1em;
  font-weight:bold;
  color:#003366;
  font-size:130%;
  text-align: right; 
}
#contactus fieldset.submit {  
  float: none;  
  width: auto;
  padding:0;
  margin:1em 0 0 0;  
  border: 0 none #FFF;
 text-align:center;
}
#contactus fieldset.comment {  
  border-style:none;
}
#contactus fieldset.comment label{  
  width: auto;
  line-height:1.2em;
  padding-left: 5em;  
  color:#003366;
  font-weight:bold;
  font-size:130%;
}
