@charset "UTF-8";

h1 {
  background: url("../img/h1-contact.jpg") no-repeat left top;
  width: 700px;
  height: 100px;
  text-indent: -99999px;
  overflow: hidden;
}


#contact-form input {
  width: 100%;
  border: 1px solid #dcdcdc;
}

textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
}

/* @IE7 */
*:first-child+html input {
  width: 95%;
}

*:first-child+html textarea {
  width: 95%;
}


#cotnact-form-conf {
  background: #d90000;
}


