--- payment/uc_2checkout/uc_2checkout.module	2009-04-18 01:03:01 +0000
+++ payment/uc_2checkout/uc_2checkout.module	2009-05-09 18:33:49 +0000
@@ -54,7 +54,7 @@
 
     if ($order->payment_method == '2checkout') {
       unset($form['submit']);
-      $form['#prefix'] = '<table style="display: inline; padding-top: 1em;"><tr><td>';
+      $form['#prefix'] = '<table class="2checkout_review_table"><tr><td>';
       $form['#suffix'] = '</td><td>'. drupal_get_form('uc_2checkout_form', $order) .'</td></tr></table>';
     }
   }