/*----- CUSTOM MODALS -----*/
#basic-modal-content {display:none;}
#basic-modal-content a { text-decoration: underline; }

/*----- PAYPAL -----*/
img#paynow {cursor: pointer;}
img#paynow:hover {-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;}
img#paynow.disabled:hover {-moz-box-shadow: inherit; -webkit-box-shadow: inherit; box-shadow: inherit; cursor: wait; }
.disabled {opacity: 0.5; filter: alpha(opacity=50);}
#basic-modal-content-error {display: none;}
#wait-please {display: none;margin-left: 5px; /* left: 45%; position: absolute; top: 5px; */}
.button-paypal {position: relative; display: inline-block;}