#button-main, #button-main *, #pay-button, #pay-button *,#modal-content,#modal-content *,#modal-content a:hover,#modal-content a:visited,#modal-content a:active{
	background:none;
	border: none;
	bottom:auto;
	clear:none;
	cursor:default;
	float:none;
	font-family:Verdana;
	font-size:medium;
	font-style:normal;
	font-weight:normal;
	height:auto;
	left:auto;
	letter-spacing:normal;
	line-height:normal;
	max-height:none;
	max-width:none;
	min-height:0;
	min-width:0;
	overflow:visible;
	position:static;
	right:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	top:auto;
	visibility:visible;
	white-space:normal;
	width:auto;
	z-index:auto;
}

.email-reciept label {
    display: inline-block !important;
}

#modal-content input {
    border: 1px solid #ccc !important;
    background: #fff !important;
    cursor: text !important; 
}

input[type='text'] { 
  display: inline-block !important; 
}

#modal-content textarea {
    border: 1px solid #ccc !important;
    background: #fff !important;
    cursor: text !important; 
    width: 250px;
    text-align: center;
}

#modal-content select {
    border: 1px solid #ccc !important;
    background: #fff !important;
    cursor: text !important; 
    width: 250px;
    text-align: center;
    color :#2b2b2b;
}

#modal-content select {
    border: 1px solid #ccc !important;
    background: #fff !important;
    cursor: pointer !important; 
    cursor: hand !important;
}

#modal-background {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    opacity: .70 !important;
    -webkit-opacity: .7 !important;
    -moz-opacity: .7 !important;
    filter: alpha(opacity=70) !important;
    z-index: 1000 !important;
}

#modal-content {
    background-color: white;
    border-radius: 3px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    position: fixed;
    left: 50%;
    top: 50px;
    width: 360px;
    height: 520px;
    margin-left: -180px;
    z-index: 1000;
    font-family: Verdana; 
    font-weight: 400;
}

#modal-header {
    background-color: #e3e3e3 !important;
    height: 160px !important;
    padding: 15px !important;
    
    /* these will fix the padding width/height increases */
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

#modal-body {
    padding: 15px !important;
    
    /* these will fix the padding width/height increases */
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

#modal-background.active, #modal-content.active {
    display: block !important;
}

.checkout-price {
    color: #7CA75C !important;
    font-size: 30px !important;
    padding: 5px !important;
}

.donation-price {
    font-size: 20px !important;
    padding: 5px !important;
}

.checkout-merchant-name {
    color: #000 !important;
    font-size: 20px !important;
    padding: 5px !important;
}

.checkout-product-name {
    color: #000 !important;
    font-size: 12px !important;
    padding: 5px !important;
}

.boxclose {
    float:right !important;
    cursor:pointer !important;
    color: #999999 !important;
    font-size: 25px !important;
    display: inline-block !important;
    padding-right: 10px !important;
}

.checkout-product-image {
    max-width: 140px !important;
    max-height: 140px !important;
    width: auto !important;
    height: auto !important;
    padding-right: 15px !important;
}

.checkout-card-information {
    padding: 20px !important;
    text-align: center !important;
    padding-bottom: 15px !important;
    padding-top: 0px !important;
}

.checkout-input {
    padding: 10px 10px !important;
    text-align: center !important;
}

.checkout-card {
    width: 250px !important;
}

.card-number {
    margin-bottom: 15px !important;
    text-align: center !important;
}

.card-exp {
    float: left !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    padding-right: 5px !important;
}

.checkout-exp {
    padding: 10px 10px !important;
    width: 115px !important;
    text-align: center !important;
}

.email-reciept {
    text-align: center !important;
}

.same_shipping {
    text-align: center !important;
    padding-bottom: 15px !important;
}

.clearfixcheckout:after {
    content: "." !important;
    display: block !important;
    height: 0 !important;
    clear: both !important;
    visibility: hidden !important;
}

.checkout-email {
    padding: 10px 10px !important;
    width: 250px !important;
    text-align: center !important;
}

.email-address {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-align: center !important;
}

.pay-button {
    margin-left: 90px !important;
   
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
    cursor: pointer !important; 
    cursor: hand !important;
}

.pay-button:hover {
    cursor: pointer !important; 
    cursor: hand !important;
}

.button-main {
    font-family: Verdana !important; 
    font-weight: 400 !important;
    margin-left: 0 !important;
}

.pay-button a {
    width: 150px !important;
    height: 44px !important;
    text-align: center !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    color: #ffffff !important;
    display: block !important;
    background-color: #5F8A9C !important;
    text-decoration: none !important;
    
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

.button-next a{
    padding-top: 12px !important;
}

.button-main a{
    padding-top: 8px !important;
}

.pay-button a:hover {
    background-color: #6693A5 !important;
}

.pay-button-border {
    margin-top: -5px !important;
    background-color: #4B6E7D !important;
    width: 150px !important;
    height: 5px !important;
    
    position: absolute !important;
    
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-bottom-left-radius: 5px !important;
    -moz-border-bottom-right-radius: 5px !important;
    
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;         /* Opera/IE 8+ */
}

.city-field {
    width: 65px !important;
    margin-right: 10px !important;
}

.donation-field {
    width: 160px !important;
}

.state-field {
    width: 75px !important;
    margin-right: 10px !important;
    height: 42px !important;
}

.zip-field {
    width: 65px !important;
}

.back-button {
    margin-top: -10px !important;
    text-align: left !important;
}

.back-button a {
    cursor: pointer !important; 
    cursor: hand !important;
}

.back-button a {
    color: #4B6E7D !important;
    text-decoration: none !important;
}

.transaction-processing {
    width: 150px !important;
    height: 150px !important;
    line-height: 150px !important;
    margin: 90px auto !important;
    position: relative !important;
    box-sizing: border-box !important;
    text-align: center !important;
    z-index: 0 !important;
    text-transform: uppercase !important;
    font-family: Verdana !important; 
    font-weight: 400 !important;
}

.transaction-processing:before,.transaction-processing:after {
  opacity: 0 !important;
  box-sizing: border-box !important;
  content: "\0020" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 100px !important;
  border: 5px solid #5F8A9C !important;
  box-shadow: 0 0 50px #4B6E7D, inset 0 0 50px #4B6E7D !important;
}

.transaction-processing:after {
  z-index: 1 !important;
  -webkit-animation: gogoloader 2s infinite 1s !important;
}

.transaction-processing:before {
  z-index: 2 !important;
  -webkit-animation: gogoloader 2s infinite !important;
}

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.transaction-error {
    color: red !important;
    padding: 20px !important;
    text-align: center !important;
}

.powered_by {
    text-align: center !important;
    padding-top: 10px !important;
}
