#subscribe {
}

.formbox {
    padding: 0;
    background: #fff;
}

.formbox h3 {
    margin: 0;
}

h3.title {
    background: #CFE287; 
    color: #16171a; 
    margin: 8px 0 0 0; 
    padding: 8px 12px; 
    font-weight: bold; 
    border: 1px solid #bbb;
    border-bottom: none;
}

.section {
    border: 1px solid #ccc;
    border-top: 1px solid #bbb;
    padding: 16px;
    margin: 0; 
    background: #eee;
}

#subscribe-confirm {
}

#subscribe-confirm ul {
    margin: 16px 24px;
    padding: 0;
    list-style: disc;
}

#subscribe-confirm ul li {
    margin: 8px 0;
}

#subscribe-processing {
    display: none;
    height: 512px;
}

#subscribe-processing p {
    display: block;
    width: 100%;
    height: 128px;
    background: url(/images/ajax-loader-eee.gif) center no-repeat;
}

#subscribe-processing p span {
    display: none;
}

#subscribe-processed {
    display: none;
    height: 512px;
}

#subscribe ul {
    margin: 16px 24px;
    padding: 0;
    list-style: disc;
}

#subscribe ul li {
    margin: 4px 0;
    padding: 0;
}

#subscription-products .option p input {
    display: none;
}

#subscription-products .option p span {
}

#subscription-products .details {
}

#subscription-products .details p {
    margin: 8px 0;
    padding: 4px;
}

#subscription-products label {
    font-weight: normal;
    display: block;
}

#subscription-products.selected {
    background: #fff;
}

subscription-type.selected .option {
    border-right: 1px solid #fff;
}

#subscription-products .dataset thead td {
    border-top: none;
    border-bottom: 1px solid #ccc;
}

#subscription-products .dataset table tr td {
    padding: 8px;
    border-bottom: none;
}

#subscription-products .dataset table tr.product:hover {
    background: #fff;
}

#subscription-products .dataset table tr td.check {
    width: 24px;
    padding: 8px 0;
    text-align: center;
}

#subscription-products .dataset table tr td label {
    width: 100%;
    max-width: 100%;
}

td#subscribe-total {
    text-align: right;
    padding-top: 24px !important;
    font-size: 24pt;
}

#subscribe-total span {
    background: #ff0;
    border-radius: 4px;
}

#credit-card-details {
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 32px;
    border-top: 1px solid #ddd;
}

#credit-card-details select {
    margin-right: 8px;;
}

/*subscription-payments styles */

#subscription-payment {
}

#subscription-payment.selected {
}

#payment-method-container td label {
    font-weight: bold;
    width: 300px;
    padding-top: 6px;
}

#subscription-payment h3 {
}

#subscription-payment table {
}

#subscription-payment label {
    font-weight: normal;
    width: 180px;
}

#subscription-info {
}

#subscription-info.selected {
}

.formbox select.validate-invalid,
.formbox input.validate-invalid {
    border-top: 1px solid #c00;
    border-right: 1px solid #e00;
    border-bottom: 1px solid #e00;
    border-left: 1px solid #e00;
}

.formbox h3.validate-invalid {
    color: #e00;
}

.process {
    padding: 24px 0 0 0;
    text-align: center;
}

input[type=button].button {
    padding: 16px;
    width: 320px;
    color: #fff;
    font-weight: bold;
    background: #369;
    border: none;
    border-radius: 2px;
}

input[type=button].button:hover {
    background: #69c;
}

.process p {
    color: #999;
}

.formbox input.process:hover {
    cursor: pointer;
    background: #7ad;
}

.terms {
    margin-top: 8px;
    height: 256px; 
    overflow: auto; 
    border: 1px solid #ddd; 
    padding: 0 8px;
    font-size: 80%;
}

.processed {
    width: 640px;
    margin: 64px auto;
    text-align: center;
    font-size: 14pt;
    line-height: 160%;
}

.processed h1 {
    margin-bottom: 32px;
}

.processed p {
    color: #444;
}

.declined {
    margin-top: 8px;
    border: 2px solid #c00;
    background: rgba(255, 0, 0, 0.05);
    color: #222;
    padding: 12px;
    text-align: center;
    font-size: 14pt;
}