/*
 * Contact Us Styles
 */
div#contact-us {
  overflow: hidden;
} 
div#contact-us div.form {
  float: left;
  width: 600px;
}
div#contact-us div.address {
  float: left;
  width: 206px;
}
div#contact-us div.address h3 {
  padding: 0px 0px 0px 20px;
} 
div#contact-us div.address address {
  padding: 0px 0px 0px 20px;
}
 
 div.errors {
  background: #ffdddd;
  color: #880000;
  border: 2px solid #880000;
  padding: 5px;
  margin-bottom: 5px;
 }

div#contact-us form {
  background: #ccc;
  margin: 0 0 1em 0;
  padding: 15px;
}
div#contact-us form div.fields {
  margin: 0;
}
div#contact-us form div.fields div.field{
  clear: both;
  padding: 5px 0 5px 0;
}
div#contact-us form label {
  font-weight: bold;
  text-align: right;
  float: left;
  margin: 3px 8px 0 0;
  width: 135px;
}

div#contact-us form label.error {
  color: #880000;
  text-align: left;
  margin: 0;
  padding-left: 5px;
  width: 160px;

}


div#contact-us form input.text,
div#contact-us form textarea {
  font-size: 1em;
  float: left;
  margin-bottom: 12px;
  padding: 2px;
  width: 254px;
  w\idth: 250px;
}
div#contact-us form textarea {
  font-family: "courier new", serif;
  margin-bottom: 12px;
  width: 350px;
  height: 120px;
}
div#contact-us form input.submit {
  margin: 10px 0 0  143px;
}

div#captcha-container {
  float: left;
  width: 350px;
}

div#captcha-container img {
  float: left;
}

div#captcha-options {
  float: left;
  width: 22px;
  padding-left: 5px;
}

a#audio {
  text-offset: -2000px;
  display: block;
  background: url(/img/audio_icon.gif);
  border: none;
  width: 22px;
  height: 20px;
}

span#refresh {
  display: block;
  background: url(/img/refresh.gif);
  margin-top: 4px;
  width: 22px;
  height: 20px;
}

span.noshow {
  position: absolute;
  left: -9999px;
}

div#captcha-container div.input-ctr {
  float: none;
  clear: both;
}

div#captcha-container div.input-ctr input {
  float: left;
}