.newsletterPage {
  background: url('../img/pies.png') no-repeat right top;
  padding-right: 430px;
  min-height: 554px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 30px;
}
.newsletterPage h2 {
  color: #ED1C24;
  font-family: "Din Display Pro Black", Verdana, sans-serif;
  font-size: 32px;
  font-size-adjust: 0.5;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.newsletterPage h3 {
  color: #000000;
  font-family: "Din Display Pro Regular", Verdana, sans-serif;
  font-size: 16px;
  font-size-adjust: 0.5;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 0;
}
.newsletterPage p {
  margin-bottom: 40px;
}
.newsletterPage input[type="text"] {
  width: 340px;
  height: 33px;
  border: 1px solid #e5e5e5;
  line-height: 33px;
  font-size: 13px;
  text-transform: uppercase;
  color: #b1b1b1;
  font-family: "Din Display Pro Light", Verdana, sans-serif;
  font-weight: normal;
  padding-left: 22px;
}
.newsletterPage button {
  background: url('../img/submit-new.jpg')
  no-repeat left top;
  width: 180px;
  height: 46px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Din Display Pro Black", Verdana, sans-serif;
  cursor: pointer;
  margin-bottom: 35px;
}
.newsletterPage div.checker,
.newsletterPage div.checker span,
.newsletterPage div.checker input {
  width: 14px;
  height: 14px;
}
.newsletterPage .checker {
  border: 1px solid #e5e5e5;
}
.newsletterPage label {
  display: block;
  float: right;
  padding-right: 30px;
  width: 500px;
  margin-bottom: 10px;
}
.newsletterPage label.error {
    color: red;
    line-height: 30px;
    
}
.newL label.error {margin-top: -35px}
