#contact-us {
  margin: 1em 27px 0 15px;
  float: left;
  width: 330px;
  display: inline;
}
#contact-us label {
  width: 100px;
  display: block;
  margin: 3px 8px 8px 0;
  float: left;
}
#contact-us input, #contact-us select {
  width: 200px;
  display: block;
  margin-bottom: 8px;
  float: left;
  font-size: 1em;
}
.text-field {
  padding: 2px;
  border: 1px solid #a2a2a2;
  background: url(/images/input-background.gif) repeat-x;  
}
#contact-us input.small {
  width: 100px;
}
#contact-us select {
  width: auto;
}
#contact-us textarea {
  width: 200px;
  height: 50px;
  display: block;
  margin-bottom: 8px;
  float: left;
  font-size: 1.2em;
}
* html #contact-us textarea {
  font-size: 1em;
}
#contact-us #comments-field {
  height: 100px;
}
#contact-us p, #contact-us br {
  clear: both;
}
#contact-us input#alerts-field {
  width: auto;
  margin-left: -4px;
  margin-right: 64px;
  border: none;
  background: none;
}
#contact-us input#newsletter-field {
  width: auto;
  border: none;
  background: none;
}
#contact-us input#submit-comments {
  display: inline;
  width: auto;
  height: 25px;
  float: none;
  margin-left: 108px;
}

#address-panel {
  float: left;
  width: 185px;
  margin-top: 1em;
}