/* Works on buttons that have setAutoFit(true) */
.borderRadius3Td td {
    border-radius: 3px !important;
}

/* Works on buttons that have setAutoFit(false) */
.borderRadius3 {
    border-radius: 3px !important;
}