form.paying {
    font-family: tahoma, verdana, "sans-serif";
    font-size: 12px;
    padding: 20px;
    width: 370px;
}

.paying fieldset {
    margin-top: 20px;
    padding: 10px;
    border: 2px solid #0065AD;
    background: #e9e9e9;
    border-radius: 2px
}

.paying legend {
    font-size: 12px;
    color: #15428B;
    padding: 0 10px 1px;
    background-color: #f3f3f3;
    border-radius: 1px;
    border: 1px solid #0065AD;
    text-shadow: 0 1px #fff;
}

.paying fieldset label {
    float: none;
    text-align: inherit;
    width: auto;
    background: #C8EEFF;
}

.paying label span {
    color: #000;
}

.paying input, .paying select, .paying textarea {
    display: block;
    margin-bottom: 5px;
}

.paying .text-input {
    width: 150px;
    color: #0065AD;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 12px;
    margin-top: 4px;
    background: #FFF;
    border-radius: 1px;
}

.paying .text-input_dis {
    width: 150px;
    color: #0065AD;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 12px;
    margin-top: 4px;
    background: #FFF;
    text-align: center;
    border-radius: 1px;
}

.paying textarea {
    width: 250px;
    height: 70px;
    color: #555;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 14px;
    margin-top: 4px;
    background: #FFF;
}

.paying .submit {
    background-color: #0065AD;
    border-radius: 2px;
    border: 1px solid #0065AD;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 35px;
    padding: 5px 17px;
    text-decoration: none;
    cursor: pointer;
    float: right;
    width: 91px;
    height: 27px;
}

.paying .submit:hover {
    background-color: #FDCC00;
    color: #000;
}

.paying .submit:active {
    position: relative;
    top: 1px;
    background-color: #FDCC00;
}

.paying hr {
    clear: both;
    visibility: hidden;
}

#content {
    margin-bottom: 205px;
}

#content .stepOne table {
    border-spacing: 8px;
    border-color: gray;
}

#content .stepOne tr th {
    font-size: 100.01%;
    font-weight: normal;
    text-align: right;
}

#content .stepOne td {
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    line-height: 16px;
    background: #e9e9e9;
    border: 0;
    padding: 1px;
}

.commission {
    margin: 10px 0 0;
    font-family: Arial;
    color: #000;
    text-align: center;
}


#content h3 {
    margin: 3px 0 5px;
    font-size: 12px;
    color: #0065AD;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 501;
}

#content .stepOne th {
    border: none;
    background: none;
    color: inherit;
}

table th {
    background: #526778;
    color: #fff;
    font-weight: 100;
     padding: 0;
    text-align: left;
}