Hi Chris,
There is a simple css solution for the checkbox and radio button label spacing:
.formwizard input[type="checkbox"], .formwizard input[type="radio"] { margin: 0px 7px 0px 0px; }
will put a 7 pixel space between them.
I will look into adding an additional css class based on the question type to the div that has class="settingrow"
This will make it easier to let the label be on top of paragraph questions while letting you have the other questsion label to the left.
Hopefully I can get to this and package an update to Form Wizard in the next few weeks.
Best,
Joe