  .bitpay-donate fieldset {border:0;}
  .bitpay-donate .field-input { color: #666;background: #fff;border: 1px solid #eee;height: 30px;box-sizing: border-box;flex-grow: 1;}
  .bitpay-donate .field-input-wrapper { display: inline-flex;float: none; }
  .bitpay-donate input {padding:4px 10px;}
  .bitpay-donate select {padding:3px 10px;}
  .bitpay-donate .bitpay-donate-button {margin-left: 10px; padding: 0px !important; height: 45px; position: absolute; }
  .bitpay-donate ul, .bitpay-donate li {padding:0;margin:0;list-style:none;}
  .bitpay-donate li {padding:5px 0;}
  .bitpay-donate-field {clear:both;}
  .bitpay-donate-field label {float:left;width:100px;}
  .bitpay-donate-field div {float:left;}
  .bitpay-donate-field-email {width:220px;}
  .bitpay-donate-field-price {width:40%;}
  .bitpay-donate-field-currency {width:40%;}
  .bitpay-donate-button-wrapper {clear:both;margin:auto;text-align:center;}
  input.bitpay-donate-error {border:2px solid red;}

  #block-block-30 {
	  float: left;
	  margin-top: 50px;
          margin-left: 100px;
  }
  #block-block-30 h2 {
	  font-weight: bold;
	  margin-bottom: 10px;
	  text-decoration: underline;
  }
  #block-block-30 form > br {
    display: none;
  }
  #block-block-30 form li > br {
    display: none;
  }
  #block-block-30 select {
	  width:110px;
  }
  #block-block-30 input.bitpay-donate-field-price {
	  width:110px;
  }

  body.page-node-33772 form.bitpay-donate{
	  padding: 20px;
	  padding-bottom: 0px;
  }
  
  body.page-node-33772 #content-area {
	  background: linear-gradient(to bottom,#2aff0042 0%,#00000073 100%);
	  box-shadow: 0 0 175px 15px rgb(41, 141, 41),inset 0 0 195px #0a330d;
  }

  body.page-node-33772 .bitpay-donate-button-wrapper {
    margin: 20px;  
  }
  body.page-node-33772 .bitpay-donate-button-wrapper input {
	  height: auto;
          position: relative;
  }
  body.page-node-33772 input.bitpay-donate-field-email {
	  width:75%;
  }
  body.page-node-33772 div.field-input-wrapper {
          width: 75%;
  }
  body.page-node-33772 form.bitpay-donate {
	  width: 450px;
  }

  body.page-node-33772 .bitpay-donate-field-price {width:revert;}
  body.page-node-33772 .bitpay-donate-field-currency {width:revert;}
 
.myDonationButton {
	-moz-box-shadow:inset 0px 0px 22px 0px #081c01;
	-webkit-box-shadow:inset 0px 0px 22px 0px #081c01;
	box-shadow:inset 0px 0px 22px 0px #081c01;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a82d), color-stop(1, #234014));
	background:-moz-linear-gradient(top, #00a82d 5%, #234014 100%);
	background:-webkit-linear-gradient(top, #00a82d 5%, #234014 100%);
	background:-o-linear-gradient(top, #00a82d 5%, #234014 100%);
	background:-ms-linear-gradient(top, #00a82d 5%, #234014 100%);
	background:linear-gradient(to bottom, #00a82d 5%, #234014 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a82d', endColorstr='#234014',GradientType=0);
	background-color:#00a82d;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#f7ff00;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:2px 2px 2px #000000;
}
.myDonationButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #234014), color-stop(1, #00a82d));
	background:-moz-linear-gradient(top, #234014 5%, #00a82d 100%);
	background:-webkit-linear-gradient(top, #234014 5%, #00a82d 100%);
	background:-o-linear-gradient(top, #234014 5%, #00a82d 100%);
	background:-ms-linear-gradient(top, #234014 5%, #00a82d 100%);
	background:linear-gradient(to bottom, #234014 5%, #00a82d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#234014', endColorstr='#00a82d',GradientType=0);
	background-color:#234014;
}
.myDonationButton:active {
	position:relative;
	top:1px;
}
body.page-node-33772 .myDonationButton {
  display: none;
}
