You may chose to render form elements individually in your custom theme. In that case you need to remember to add the following elements to your output:
drupal_render($form['form_build_id']), drupal_render($form['form_id']) and drupal_render($form['form_token'])
If you do not include them Drupal 7 will ignore the form submission (and your submit handler(s).