
/* CONTACT FORM */

div#email_form
{
  position: relative;
  margin: 35px auto 5px auto;
  width: 690px;
  background-color: #ffffff;
  z-index: 100;
}


div#email_form_body_container
{
  position: relative;
  top: 0px !important;
  left: 0px !important;
  height: 0px;
  overflow: hidden;
}


div#email_form_thumb
{
  position: absolute;
  float: left;
  width: 67px;
  height: 67px;
  margin-top: -29px;
  margin-left: -6px;
  background-color: #ddddff;
  overflow: hidden;
  text-align: left;
}

div#email_form_body p
{
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}

img#email_form_button
{
  position: absolute;
  right: 17px;
  margin: 0px;
  padding: 0px;
}

img#address_img,
img#telephone_img,
img#at_img,
img#email_form_img
{
  position: absolute;
  z-index: 105;
  left: 20px;
  top: -30px;
  height: 60px;
  width: 51px;
}

img#address_img
{
  height: 59px;
  width: 50px;
}


img#email_form_img
{
  top: -10px;
  width: 61px;
  height: 41px;
}

h3#email_form_title
{
  width: 600px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  margin:  0px 0px 0px 60px;
  padding-top: 10px;
  color: #ff5500;
}

a#e_mail_address
{
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: italic;
  color: #2f385a;
}

a#e_mail_address:hover
{
  color: #ff5500;
}




