Print list of Variables for theming Forms
this will output a complete list of things you can theme
Snippet:
Login/Register to Comment this Snippet<pre><?php print_r(array_values($form)) ?></pre>