Hi cmaj,
wpDiscuz form style is light, and most of WordPress themes can overwrite all buttons. here is an example with Twenty Fifteen WordPress theme: https://screencast.com/t/ajWNLFw5xI0
As you can see all buttons should be automatically styled with current theme css. It seems your theme is has not all necessary styling components and it has not been written with WordPress standards.
Anyway, if you want to style wpDiscuz form button, you can put CSS code in wpDiscuz > Settings > Styling > Custom CSS Code textarea.
For all buttons use:
button, input[type="button"], input[type="submit"]{
.....
}
For wpDiscuz specific buttons use:
#wpcomm button, #wpcomm input[type="button"], #wpcomm input[type="submit"]{
.....
}