@font-face {
  font-family: "Bebas";
  src: url("../images/fonts/BEBAS-webfont.eot");
  src: url("../images/fonts/BEBAS-webfont.eot?#iefix") format("embedded-opentype"), url("../images/fonts/BEBAS-webfont.woff") format("woff"), url("../images/fonts/BEBAS-webfont.ttf") format("truetype"), url("../images/fonts/BEBAS-webfont.svg#Bebas") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "FuturaBook";
  src: url("../images/fonts/futura-book-webfont.eot");
  src: url("../images/fonts/futura-book-webfont.eot?#iefix") format("embedded-opentype"), url("../images/fonts/futura-book-webfont.woff") format("woff"), url("../images/fonts/futura-book-webfont.ttf") format("truetype"), url("../images/fonts/futura-book-webfont.svg#FuturaBook") format("svg");
  font-weight: 100;
  font-style: normal;
}
/* line 7, ../sass/forms.sass */
#submit-buttons .submit {
  border: 0 none;
  background: #000;
  color: #fff;
  line-height: 1em;
  padding: 10px 16px;
}
/* line 13, ../sass/forms.sass */
#submit-buttons .reset {
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #898989;
  line-height: 1em;
  padding: 10px 16px;
  margin-right: 20px;
}

/* line 22, ../sass/forms.sass */
#errorMessage {
  color: #900;
}
