#subscription_form_t9jqmx input {
  width: 100%;
  margin-bottom: 14px;
  padding: 8px 4px;
  font-size: 15px;
  line-height: 1.2em;
}

#subscription_form_t9jqmx input.invalid {
  border-bottom-color: #e00;
  border-bottom-width: 4px;
}

#subscription_form_t9jqmx input[type="submit"] {
  color: #404040;
  background-color: #e5e5e5;
  border: none;
}

#subscription_form_t9jqmx input[type="submit"]:disabled {
  color: #ccc;
  background-color: #f5f5f5;
  cursor: not-allowed;
}

#subscription_form_t9jqmx.stay-connected-box {
  border: 4px solid #ccc;
  padding: 15px;
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#subscription_form_t9jqmx.stay-connected-box h2 {
  border-top: 0;
}

#subscription_form_t9jqmx.stay-connected-box input[type="submit"] {
  margin-bottom: 0;
}