/* CONTACT US */

#main-contact {
  margin-top: 1.5em;
}

#main-contact p {
  font-size: 125%;
}

#main-contact h3 {
  font-size: 150%;
  margin-bottom: .25em;
}


#main-contact a.contact {
  font-size: 80%;
}



#headergraphic.hdr-contactus {
  background: url(/images/master/headers/contact_us.jpg) no-repeat top left;
}

form#contact {

}

div.fieldRow {
  clear: both;
}

div.fieldRow label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 0;
}

div.fieldCell, div.fieldAlert {
  margin-left: 100px;
  padding: 3px 0;
}

div.fieldCell input, div.fieldCell textarea {
  width: 270px;
  font-size: 125%;
}

div.fieldCell textarea {
  height: 200px;
}

div.fieldCell input.submit {
  /*width: 100px;*/
  font-size: 1em;
  color: black;
}

.alertmsg, .req {
  color: #BF1D00;
  font-weight: bold;
}

.failed input, .failed select {
  background: #FCFFBC;
}

.req_line {
  float: right;
  clear: both;
  padding: 0 20px 3px 0;
}

a.contact, a.contact:hover {
  padding-left: 15px;
  background: url(../images/master/email.png) no-repeat 0px 3px;
}

a.contact:hover {
  background-color: #E0F3F8;
}