/* CSS for contact us page */


div#contact {
  background-color: white;
  padding: 0.5em;
  width: 610px;
  clear: both;
}
div#contact div.indent {
  padding-left: 24px;
  margin-bottom: 1em;
}
div#contact h1 {
  font-size: 140%;
  margin: 0 0 0.5em 0;
  padding: 0.25em;
}
div#contact h1.major {
  background-color: #CCCCCC;
}
div#contact h2 {
  font-size: 105%;
  margin: 1em auto 0.5em 0;
  width: 200px;
  padding: 0.25em;
  background-color: #ddd;
}
div#contact p.indent {
  margin-left: 2em;
}
div#contact div.frow {
  margin-bottom: 0.25em;
}
div#contact p.fprompt {
  float: left;
  margin-bottom: 0;
  width: 205px;
}
div#contact p.fhead {
  margin-bottom: 0.5em;
  font-style: italic;
}
div#contact p.fhead-last {
  margin-bottom: 1em;
  font-style: italic;
}
div#contact p.fdata {
  margin-bottom: 0;
  width: 530px;
}
div#contact p.fsubmit {
  margin-left: 205px;
}
div#contact input.fsubmit {
  background-color: white;
}
div#contact form {
  padding: 0.5em;
  background-color: #eee;
  border: 1px solid #aaa;
  margin-top: 0.75em;
}
div#contact form h2 {
  font-size: 125%;
  margin: 0 0 0.25em 0;
  text-align: center;
}
div#contact li {
  margin-bottom: 0.25em;
}
div#contact A {
  white-space: nowrap;
}

