form {
 font-family: "Arial", sans-serif;
 font-size: 11px;
 color: #666;
 margin: 30px auto;
}
 
form div {
 display: block;
 margin: 4px 0px;
}
 
label {
 float: left;
 padding: 0 10px 0px 7px;
 display: inline;
 color: #666;
 width: 25%;
}
 
input, select, textarea {
  font-family: "Arial", sans-serif;
  font-size: 11px;
  color: #333;
 
}
 
.formbutton {
background-image: url(../images/imgBackButton.jpg);
background-repeat: repeat-x;
border: 1px solid #666666;
font-weight: bold;
color: #fff;
padding: 2px 10px;
text-decoration: none;
font-size: 11px;
height: 16px;
}


fieldset { 
border: 0px solid;
background-color: #fff;
margin: 0 0 20px 0;
}

legend {
  padding: 0px 0 3px 0;
  margin: 0 0 5px 0;
  border:0px solid green;
  color: #328E22;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #BDC4C7;
  display: block;
  }
  
 em {
 color: #FF9900;
 } 
