formtable.module - small bug:

line 38:
< drupal_add_css(drupal_get_path('module', 'form_table_element') .'/formtable.css', 'module');

should be replaced by:
> drupal_add_css(drupal_get_path('module', 'formtable') .'/formtable.css', 'module');