.section_div {
    width: 480px;
    float: left;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.optdiv {
    float: left;
    width: 20px;
}

.right_info {
    float: left;
    width: 440px;
}

.field_row {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.cc_label {
    width: 150px;
    float: left;
}

.cc_field {
    width: 275px;
    float: left;
}

.input-text {
    width: 200px;
}