/* FLEXFORMS */

td.rc_flexform {
    vertical-align: top;
    padding: 0px 10px 0px 0px;
    color: #333333;
    width: 100%;
}
input.rc_flexfield {
    border: 1px solid #999999;
    font-weight: normal;
    color: #333333;
    padding: 0px 0px 0px 3px;
    margin: 0px 0px 5px 0px;
    line-height: 18px;
    height: 24px;    
}
textarea.rc_flexfield {
    border: 1px solid #999999;
    font-weight: normal;
    color: #333333;
    padding: 3px 0px 0px 3px;
    line-height: 18px;
    overflow: auto;
}
span.rc_flexalert {
    font-weight: bold;
    color: #cc3300;
}
input.rc_flexbutton {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
td.rc_flexbutton {
    padding: 5px 0px 5px 0px;
}
td.rc_flextext {
    padding: 0px 0px 10px 0px;
}