Just FYI, the fields in a form are labelled by the keys in the $form['fields'] array, as accessed in the form_fields(...) function. The default theme layer doesn't do anything with these keys, but you could override something in the theme to make use of them, modifying default values appropriately.