#payment-form form table td {
    padding: 5px;
}

#payment-form form table input {
    width: 200px;
    padding: 3px;
    margin: 0px;
}

#payment-form form textarea {
    width: 400px
}

#payment-form td {
    border:none;
}

#payment-form tr.required td.label {
    font-weight: bold;
    background: url(/images/forms/backRequiredGray.gif) no-repeat right
        center;
}

#payment-form div.subTableDiv {
    width: 500px;
}

#payment-form div.subTableDiv td.label {
    width: 135px;
}

#payment-form ul#homeBlog li div.description {
    display: none;
}
#payment-form .formButton {
    height: 36px;
    position: relative;
    background-image: url(../images/button-submit.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 15px 2px 15px;
    margin: 20px 0px 20px 0px;
    border: 0px;
    cursor: pointer;
    z-index: 5;
}
#payment-form td.field input.error, #payment-form td.field select.error, #payment-form tr.errorRow td.field input, #payment-form tr.errorRow td.field select {
    border: 2px solid red;
    background-color: #FFFFD5;
    margin: 0px;
    color: red;
}

#payment-form tr td.field div.formError {
    display: none;
    color: #FF0000;
}

#payment-form tr.errorRow td.field div.formError {
    display: block;
    font-weight: normal;
}

#payment-form div.error {
    color: red;
}

#payment-form div.error a {
    color: #336699;
    font-size: 12px;
    text-decoration: underline
}

#payment-form table {
    border:none;
}
#payment-form table tr td {
    padding: 6px 24px;
}
#payment-form .payment_result{
    display: block;
    margin-left: 20px;
}
#payment-form .payment_result span {
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
    display: block;
    font-weight: bold;
}
#payment-form .payment_result span.payment-success {
    color: #2b965c;
}
#payment-form {

}
#payment-form {

}










