@CHARSET "UTF-8";

#contactForm {
  background-color: #E7A839;
  border: 1px solid #a62c37;
  width: 300px;
}

#contactForm TEXTAREA {
  width: 290px;
  height: 100px;
  border: 1px solid  #a62c37;
}

#contactForm td {
  /*color: #538CB9;*/
  color: #000000;
  font: 11px Verdana, sans-serif;
  padding: 0px 5px;
  width: 150px;
}

#contactForm input {
  color: #538CB9;
  font: 11px Verdana, sans-serif;
  border: 1px solid  #a62c37;
}

#contactForm input.button {
  background-color:  #a62c37;
  color: white;
  font-weight: bold;  
  border: 1px solid  #770005;
}

INPUT.tapa {
  width: 0px;
  height: 0px;
  position: absolute;
  left: -500px;
  filter: alpha(opacity = 1);
  -moz-opacity: .01;
  opacity: .01;
}

#contactForm p.note {
  font-family: Helvetica, serif;
  font-size: 9px;
  line-height: 8px;
  text-align: justify;
  margin: 0px;
  padding: 5px;
}
