#bswithdrawal fieldset {
    padding: 0 0 15px 0;
}

#bswithdrawal h3 {
    margin: 0 0 15px 0;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#bswithdrawal #center_column p {
    margin: 0;
    padding: 0 0 10px 0;
}

#bswithdrawal #center_column p.desc_contact {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#bswithdrawal p.text label,
#bswithdrawal p.select label,
#bswithdrawal p.select span,
#bswithdrawal p.textarea label,
#bswithdrawal p.submit label {
    display: inline-block;
    padding: 6px 15px;
    width: 150px;
    /* 180 */
    font-size: 13px;
    text-align: right
}

#bswithdrawal p.textarea label {
    vertical-align: top
}

#bswithdrawal p.text input,
#bswithdrawal p.select input {
    padding: 0 5px;
    height: 22px;
    width: 260px;
    /* 270 */
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666
}

#bswithdrawal p.select select {
    margin-right: 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666
}

#bswithdrawal p.textarea textarea {
    height: 80px;
    width: 270px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666
}