fieldset {
  margin: 5px;
  padding: 10px;
}
fieldset#quote-details {
  text-align: center;
}
fieldset#quote-details ul {
  list-style-type: none;
  text-align: left;
}
fieldset#quote-details p {
  padding: 0;
  margin: 0;
  text-align: left;
}

legend {
  font-weight: bold;
}

table td {
  padding: 3px;
}

input[type='text'] {
  width: 15em;
}

#rfq_referral_source_other {
  width: 100%;
}

#rfq_company {
  width: 30em;
}

#rfq_address, #rfq_address2 {
  width: 40ex;
}

#rfq_phone, #rfq_fax {
  width: 15ex;
}

#rfq_zip {
  width: 10ex;
}

#rfq_request_for_quote {
  margin-top: 10px;
}

#submit {
  text-align: center;
  padding: 15px;
}

#attachments input {
  margin-top: 10px;
  margin-left: 200px;
}

div#example {
  text-align: right;
  padding-right: 20px;
}
div#example span {
  width: 2em;
  border: 1px solid #ccc;
}
div#error-message h2 {
  font-size: large;
}
div#error-message ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.required {
  background-color: #ff9;
}
