a.email {
  background-image: url(../_img/nav_email_off.gif);
  display: block;
  width: 236px;
  height: 16px;
  text-indent: -9999px;
}
a.email:hover {
  background-image: url(../_img/nav_email_on.gif);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#contentWrapper #content {
  margin-top: 30px;
  margin-left: 73px;
  position: relative;
}
#contentWrapper #content #thanks {
  height: 500px;
}
#contentWrapper #content #arrow {
  position: absolute;
  bottom: 0;
  right: 15px;
}
#contentWrapper #content #email {
  margin-bottom: 45px;
  width: 242px;
  height: 68px;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#contentWrapper #content #mail_form h2 {
  margin-bottom: 30px;
}
#contentWrapper #content #mail_form #form1 h3 {
  margin-top: 20px;
}
#contentWrapper #content #mail_form #form1 input {
  margin-top: 5px;
  width: 240px;
  display: block;
}
#contentWrapper #content #mail_form #form1 select {
  margin-top: 5px;
  width: 240px;
  display: block;
}
#contentWrapper #content #mail_form #form1 textarea {
  margin-top: 25px;
  width: 240px;
  height: 140px;
  display: block;
}
#contentWrapper #content #mail_form #form1 button {
  margin-top: 25px;
}
