h1#contact_us { background: url(../images/h1_contact_us.png) no-repeat; }
#company_info {
  float: left;
  width: 150px;
}
#company_info p { 
  line-height: 12px; 
  float: left;
  width: 150px;
}

#content a.view_map {
  margin-top: 30px;
}

.form_row {
  float: left;
  width: 590px;
  height: 24px;
}
.comment_row {
  float: left;
  width: 590px;
  height: 111px;
}
.buttons_row {
  float: left;
  width: 476px;
  padding-left: 114px;
  height: 27px;
}


label, input, select, option, textarea {
  font: normal 12px Arial, Helvetica, sans-serif;
}

label {
  width: 114px;
  line-height: 21px;
  float: left;
}

input {
  width: 202px;
  height: 13px;
  padding: 3px;
  border: 1px solid #000;
}

select {
  width: 210px;
  height: 21px;
  padding: 1px;
  border: 1px solid #000;
}

textarea {
  width: 377px;
  height: 97px;
  padding: 3px;
  border: 1px solid #000;
}

.buttons_row a {
  float: left;
  height: 25px;
  width: 68px;
  border: 1px solid #000;
  background: url(../images/contact_us_form_buttons_bg.png) repeat-x;
  text-align: center;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 25px;
  text-decoration: none;
  margin-right: 5px;
}
