/* donate_now_screen1.css */

@charset "UTF-8";

#donate-now-container {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  font-size: 16px;
}
/*
border: 2px solid #bdbdbd;
  border-radius: 6px;
  max-width: 270px;
  margin: 20px auto 20px;
  min-height: 200px;
  */
#donate-now-box {
  display: inline-block;
  max-width: 570px;
  width: 45%;
  text-align: left;
  border: 2px solid #c1c1c1;
  border-radius: 4px;
}

#donate-now-header {
  font-size: 130%;
  color: #767676;
  /*font-size: 150%;
  color: #52524f;*/
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c1c1c1;
}

#donate-now-levels {
  margin-top: 10px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #c1c1c1;
}

#donate-now-add-comment {
  margin-top: 5px;
  margin-left: 10px;
  /*color: #535353;*/
  color: #767676;
  font-size: 120%;
}

#donate-now-comment-div {
  taxt-align: center;
}

#donate-now-comment {
  height: 100px;
  width: 376px;
  border: 1px solid #c1c1c1;
  /*color: #535353;*/
  color: #767676;
  margin-left: 12px;
  /*font-size: 120%;*/
  resize: none;
  font-size: 100%;
}

#donate-now-name-div {
  float: right;
  margin-top: 10px;
  margin-right: 11px;
  /*color: #535353;*/
  color: #767676;
  font-size: 120%;
}

#donate-now-name {
  /*color: #535353;*/
  max-height: 40px;
  min-height: 19px;
  height: 35px;
  color: #767676;
  /*font-size: 120%;*/
  border: 1px solid #c1c1c1;
  font-size: 100%;
  width: 220px;
}

#donate-now-other-amount0 {
  display: inline-block;
  cursor: pointer;
}

#donate-now-other-amount-here {
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 55%;
  margin-top: 0px;
  text-align: center;
}

#donate-now-buttons {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

#donate-now-back {
  display: inline-block;
  float: left;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-top: -40px;
  font-size: 150%;
  color: #bdbdbd;
  cursor: pointer;
}
/*
#donate-now-back {
  display: inline-block;
  display: none;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 130%;
  color: #bdbdbd;
  cursor: pointer;
}
*/
#donate-now-back:hover {
  text-decoration: underline;
}

#donate-now-continue {
  display: inline-block;
  border-radius: 4px;
  padding: 6px 20px;
  margin-righjt: 20px;
  /*padding-left: 10px;
  padding-right: 10px;*/
  font-size: 200%;
  cursor: pointer;
}

#donate-now-thank-you {
  text-align: center;
  font-size: 70%;
  /*color: #535353;*/
  color: #767676;
  margin-top: 10px;
  margin-bottom: 10px;
}

#donate-now-digecert-logo {
  float: right;
  margin-top: -85px;
  margin-right: 0px;
  margin-bottom: 5px;
}

#donate-now-amounts-div {
  display: inline-block;
  margin-left: 0px;
}

#donate-now-other-div {
 display: none;
 width: 300px;
 height: 54px;
 border: 2px solid #a5a5a5;
 border-radius: 4px;
 text-align: left;
}

#donate-now-dollar-sign {
  display: inline-block;
  color: #a5a5a5;
  font-size: 200%;
  padding-left: 5px;
  padding-right: 5px
}

#donate-now-other-amount-input {
  display: inline-block;
  width: 240px;
  margin-top: 20px;
}

#donate-now-other-amount {
  width: 200px;
  font-size: 150%;
  color: #a5a5a5;
  border: none;
  outline: none;
}

.donate-now-text {
  display: inline-block;
  font-weight: bold;
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.donate-now-amount {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  width: 65px;
  height: 39px;
  background-color: #d9d9d9;
  color: #a5a5a5;
  border: 2px solid #a5a5a5;
  font-weight: bold;
  font-size: 150%;
  padding-top: 15px;
  text-align: center;
  margin-right: 9px;
  cursor: pointer;
}

.donate-now-other-amount {
  padding-top: 2px;
  height: 54px;
}

.donate-now-amount-selected {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  width: 65px;
  height: 39px;
  background-color: #ffffff;
  color: #000000;
  /*color: #000000;*/
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 150%;
  padding-top: 15px;
  text-align: center;
  margin-right: 9px;
  cursor: default;
}

#donate-now-other-amount-header {
  /*color: #535353;*/
  color: #767676;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

#donate-now-other-amount-div {
  /*color: #535353;*/
  color: #767676;
  text-align: center;
  margin-bottom: 10px;
}

#donate-now-other-amount-buttons {
  text-align: center;
  margin-top: 20px;
}

#donate-now-other-amount-cancel {
  display: inline-block;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 120%;
  cursor: pointer;
}

#donate-now-other-amount-submit {
  display: inline-block;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 120%;
  cursor: pointer;
}

.error1, .error2, .error3, .error4, .error5 {
  display: none;
}

.error-text1, .error-text2, .error-text3, .error-text4, .error-text5 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 10px;
  /*color: #767676;*/
  color: #fe0000;
  font-weight: bold;
  font-size: 80%;
}