This styling is quite basic in appearance. It has been written to be so. If you can not do everything you desire, consider using a different form styling. Your goal, in using this form styling, should be to keep the form simple.
Below lies a short, fictitious form with single examples of every implimented insance of this format needed to understand and impliment this style of format.
To view the full effects of this styling, adjust the width of your browsers window, as it is responsive to the size of the viewers screen size, and can thus be used to style forms to be completed on any device.
NOTE: It is critical to refference the red bolded stylesheet, else the styling shown below will not display.
NOTE: Make sure to also close the form with the red-bold shown at the bottom.
<link href="/_files/css/responsive-form-fieldset.css" rel="stylesheet" type="text/css"/>
<form accept-charset="UTF-8" action="https://www.geneva.edu/cgi-bin/formmail.pl" method="post" >
<input name="recipient" type="hidden" value="put the EMAIL OF RECIPIENTS for the form here" />
<input name="Subject" type="hidden" value="put the NAME for the form HERE (only the RECIPIENTS will see this NAME)" />
<input name="redirect" type="hidden" value="http://www.geneva.edu/sent/thankyou" />
Include [id="mar"] in the input tag for the button. This will set the button of the form to allign with the input fields of the form.
<input id="mar" name="submit" type="submit" value="Submit Report" /></form>