Was messing around trying to figure this out too and did this:
For styling checkbox stuff (not the actual check box though):
.form-wrapper .field-list .option {
}
For styling the drop down and text:
.form-wrapper .field-list .field select {
}
Not sure if this is good/logical but it worked for me!