#maint-form fieldset {  
  margin: 2em 0 0 2em;  
  padding: 0;
  background-color: #fdf8f2;
}
#maint-form  legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold;
}
#maint-form  fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none;
  color: #000000;
  text-align:left;
}
#maint-form  fieldset li {  
  padding-bottom: 1em;
}
#maint-form  label {  
float: left;  
width: 8em;  
margin-right: .3em;
}
#maint-form fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #ffffff;  
}
#renewal-data fieldset {  
  margin: 2em 0 1em 0;  
  padding: 0 0 1em 0;
  background-color: #fdf8f2;
  text-align:center;
}
#renewal-data  legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold;
}
#renewal-data  label {  
float: left;  
width: 8em;  
margin-right: .3em;
}

