td {
    vertical-align: top;
}
#donateContainer {
    width: 100%; 
}
#donationProduct tbody td {
    vertical-align: middle;
}
#donationProduct tbody input {
}
#donationProduct input[disabled] {
    background: #eee;
    box-shadow: none;
    color: black;
}
#donationProduct input.add-on {
    background: white;
}
.donateTable {
    width: 100%;
    padding: 0 10px 20px 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    margin-top: 10px;
    margin-bottom: 25px;
}
.donateTable * {
    /*color: #000000;*/
}
.donateTable #txt_donate {
    border: 1px #d1d0d0 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.donateTable .title {
    width: 20%;
    text-align: left;
}
.donateTable .content {
    width: 60%;
    text-align: left;
}

.donateAmountOptions {
    width: 125px;
}
.paymentOptionDisplay {
    display: none;
}
.donateTable .return * {
    font-size: 11px;
}
.donateTable .return {
    text-align: right;
}
#txt_donate select {
    font-size: 13pt;
    font-weight: bold;
    /*-webkit-appearance: none;
    border: 0;*/
}
#txt_donate option {
    
}
#banner {
    width: 100%;
    height: 174px;
    background: url('../images/donate/banner.jpg') no-repeat;
}
#paymentOptions img {
     height: 140px; 
     border: 1px solid #d1d0d0;
}
#donationProducts td {
    width: 25%;
}



.donate-prod {
    background: #EAE9E7;
    padding: 10px;
    width: 240px;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}
.donate-prod dt {
    background: white;
    padding: 5px;
    margin-bottom: 5px;
}
.donate-prod dd {
    margin: 0;
    font-size: 12px;
    height: 120px;
    position: relative;
}
.donate-prod .price {
    font-size: 18px;
    text-align: center;
    background: #ec6003;
    padding: 8px 5px;
    margin-top: 8px;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
    color: white;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.donate-prod .price:hover {
    background: #CF5402;
    text-decoration: none;
}
