
.etp-send-step {
  margin-left: auto;
  margin-right: auto;
  max-width: 45em;
}


/* -----------------------------------------
 - Recipient details -----------------------
 ---------------------------------------- */

.tentative-recipients {
  background: transparent url(/images/send-to.png) no-repeat 0.5em 0.5em;
  padding-left: 50px;
  min-height: 35px;
  margin: 1.2em 0;
  padding-top: 0.5em;
}

.no-contact-form {
  color: red;
  text-transform: uppercase;
}


/* -----------------------------------------
 - Captchas --------------------------------
 ---------------------------------------- */

.captcha-field {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}

/* This is where we indicate, e.g., "Captcha for Congressman Jones" */
.captcha-field h4 {
  text-align: center;
  color: #333;
}

.captcha-field .image {
  text-align: center;
  margin: 0.5em;
}

.captcha-field label {
  display: block;
  text-align: center;
  font-weight: bold;
}

.captcha-field .input {
  margin: 0.5em;
  text-align: center;
}

.captcha-field .image img {
  border: 0.5em solid #888;
  border-radius: 0.3em;
}

.captcha-form .submit {
  border-top: none;
}
