/* RCA FIX */
form input[type="checkbox"],form input[type="radio"] {
    height: auto;
}
form textarea, form input, form select {
    max-width:100%;
}