forms
Theming the user account page
This is an example of creating a template file to custom theme the Edit Account page in Drupal (user/#/edit). For the sake of an example of what "could" be done, the template is split into a two column layout, with parts of the form in each column.
Theming CCK input forms with hook_form_alter
A short guide with references and examples of methods for custom theming CCK input forms.