.hide_text { text-indent: -9999px; }
.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.radius_top {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.radius_bottom {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bg_white { background-color: #ffffff; }
.bg_light_yellow { background-color: #fff9e3; }
.center { text-align: center; }
.field_with_errors input {
  border: 1px solid #c462a4;
  background-color: #f5e5f1 !important;
}
#errorExplanation h2 { display: none !important; }
#errorExplanation p { font-weight: bold; }
#newsletter {
  background: #ffffff url("/images/signup/butler.jpg") 5px bottom no-repeat;
  width: 672px;
  height: 520px;
  margin-bottom: -20px;
  position: relative;
}
#newsletter h2 {
  display: inline-block;
  background: #f5e5f1;
  padding: 10px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 16px;
  height: 14px;
  line-height: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#newsletter form {
  width: 436px;
  margin-top: 10px;
  margin-left: 200px;
}
#newsletter label {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
}
#newsletter input[type="text"] {
  width: 420px;
  margin-top: 0px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
  background: #fff9e3;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#newsletter #hint {
  margin-top: 10px;
  margin-left: 200px;
}
#newsletter #to_unsubscribe {
  position: absolute;
  bottom: 10px;
  left: 220px;
}
#newsletter.unsubscribe { background: #ffffff url("/images/signup/woman.jpg") 5px bottom no-repeat; }
#newsletter.confirmation {
  background: #ffffff;
  height: auto;
}
