/**************************/
/* Contact Us page styles */
/**************************/

.first-address {
  width: 238px;
  float: left;
  margin-right: 11px;
}
.address p {
  margin: 0;
}
.second-address {
  width: 238px;
  float: left;
}
.second-address p {
  margin: 0;
}
#contact-form {
  clear: both;
  position: relative;
  top: 10px;
  height: 1%;
}
#contact-form p {
  margin: 1em 0 1.5em 0;
}
#contact-form label {
  display: block;
  width: 85px;
  float: left;
  margin: 0 8px 1em 0;
  text-align: right;
}
#contact-form br {
  clear: both;
}
#contact-form input {
  display: block;
  float: left;
  font-size: 1em;
  margin: 0 0 1em 0;
  width: 200px;
  border-top: 2px solid #777;
  border-left: 2px solid #777;
}
#contact-form textarea {
  display: block;
  float: left;
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0;
  width: 300px;
  height: 75px;
  border-top: 2px solid #777;
  border-left: 2px solid #777;
}
#contact-form #submit {
  display: inline;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
  margin-left: 93px;
}
#contact-form #name {
  width: 150px;
}
#contact-form #company {
  width: 150px;
}
#contact-form #subscribe-to-newsletter {
  margin-left: 90px;
  margin-bottom: 1em;
}
#contact-form #subscribe-to-newsletter label {
  margin: 0;
  width: auto;
  text-align: left;
  display: inline;
  float: none;
  vertical-align: middle;
}
#contact-form #subscribe-to-newsletter input {
  margin: 0 3px 0 0;
  border: none;
  width: auto;
  display: inline;
  float: none;
  vertical-align: middle;
} 