
#alt-contrib-methods-dialog {
  float: right;
  width: 25em;
  background-color: #E1EAE4;
  padding: 1em 1em 0.5em 1em;
  border: 0.1em solid #ccc;
  margin: 1em 0 1em 1em;
  border-radius: 0.2em;"
}

#alt-contrib-methods-dialog div {
  clear: left;
  margin-bottom: 1.5em;
}
#alt-contrib-methods-dialog div:last-of-type {
  margin-bottom: 0;
}

#alt-contrib-methods-dialog div > p {
  padding: 0;
}

#alt-contrib-methods-dialog div img {
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
}

form fieldset {
  margin: 0 1em 0 1em;
  padding: 1.5em 0 0.4em 0;
  border: none;
  border-bottom: 0.1em solid #ddd;
}

form fieldset h2 {
  margin-bottom: 1em;
}

form fieldset ol {
  margin: 0;
}

form fieldset ol li {
  list-style: none;
/*margin: 0;*/
  margin-bottom: 1.2em;
  float: left;
  clear: left;
  width: 100%;
}

form fieldset ol li label {
  clear: both;
  float: left;
  width: 14em;
  margin-right: 1em;
  text-align: right;
  font-weight: bold;
}

input[type='text'] {
  width: 15em;
}

input[type='radio'] {
  margin: 0.5em;
}

form ul.radio-button-set li {
  list-style-type: none;
  float: left;
  clear: none;
  padding: 0.5em;
  margin: 0;
  width: auto;
}

form ul.radio-button-set li.dollar-amount {
  width: 6em;
}

form ul.radio-button-set li.amount-other {
  white-space: nowrap;
}

form fieldset li.checkbox input {
  float: left;
  margin: 0.2em 1em 0 0;
}

form fieldset li.checkbox label {
  float: left;
  clear: none;
  width: 75%;
  text-align: left;
  font-weight: normal;
}

form #mailing-address-same {
  margin-left: 3em;
}

form fieldset#comments-etc {
  padding-left: 3em;
}

form fieldset#comments-etc label {
  width: 75%;
  text-align: left;
  font-weight: normal;
  padding-bottom: 1em;
}

form a.input-tip {
  font-size: 90%;
  color: #797;
  padding: 0 0.5em;
}

/* Used to present info after making a contribution, for printing/etc. */
.contribution-info {
  font-family: Courier New, Courier, monospace;
  background-color: #eee;
  border: 0.1em solid #ccc;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  margin: 1em;
  padding: 0.8em;
}

.post-etp-copy {
  margin: 0 0 1em 0;
  border-bottom: 0.1em solid #ddd;
}

.post-etp-copy p {
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 53px;
  padding-top: 0.6em;
  min-height: 36px;
  margin: 0.7em 1em 0.7em;
}
.post-etp-copy p.thanks {
  background-image: url(/images/success.png);
  background-position: 5px 8px;
  font-size: 150%;
  margin: 0 1em 1em;
}
.post-etp-copy p.tell-a-friend {
  background-image: url(/images/contribute/megaphone-icon.png);
}
.post-etp-copy p.financial-support {
  background-image: url(/images/contribute/dollar-sign-icon.png);
  background-position: 7px 0;
  margin-bottom: 1em;
}

.btc-address {
  font-family: monospace;
  font-size: 1.5em;
}
#alt-contrib-methods-dialog .btc-address {
  /* Use smaller font for side dialog, to avoid overflow. */
  font-size: 1.2em;
}

table#alt-methods {
  width: 42em;
  margin: auto;
  /*border-left: 0.1em solid #eee;*/
}

table#alt-methods td {
  padding: 1.5em;
  /*height: 100px;*/
  border-top: 0.1em solid #eee;
  text-align: left;
}

table#alt-methods tr:first-of-type td {
  border-top: none;
}

.alt-contrib-method {
  width: 40em;
  margin: 0 auto;
}
.alt-contrib-method > div {
  margin: 2em 0;
}
.alt-contrib-method input {
  margin: 0.5em 0.2em;
}
