#feedback-form {
  width: 100%;
  margin: 0; padding: 20px 0 30px;
  overflow: hidden;
}
#feedback-form label {
  width: 150px; float: left;
  padding-top: 5px;
  font-size: 110%;
}
#feedback-form input {
  float: right; width: 268px;
  margin: 0 0 18px; padding: 3px 0 3px 4px;
  font: normal 100% Arial;
  border: 1px solid #000
}
#feedback-form textarea {
  width: 427px; height: 150px;
  margin: 10px 0 0; padding: 0 0 0 4px;
  font: normal 105% Arial;
  border: 1px solid #000
}
#feedback-form #submit {
  float: right; width: 10em;
  background: #004991;
  margin: 17px 0 0; padding: 3px 0;
  color: #fff;
  border: 0;
}
#feedback-form br { clear: both}
#feedback-form p {
  float: left;
  padding: 15px 0 0;
  font: normal 95% Arial; color: #b5b5b5;
  clear: both
}
#feedback-form p span { color: #000}
#feedback-form fieldset, #faq-form fieldset { border: 0; margin: 0; padding: 10px 0 0;}
#feedback-form fieldset label,
#faq-form fieldset label { width: auto; padding-top: 9px; white-space: nowrap}
#feedback-form fieldset img,
#faq-form fieldset img { margin: 1px 10px -3px 4px; padding: 0;}
#feedback-form fieldset input,
#faq-form fieldset input { float: none; width: 5em; margin-top: 5px}
