Quote Originally Posted by carlwhat View Post
in tpl_checkout_payment_default.php find this line:

PHP Code:
// from
 <div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION?></div> 
// to
 <div class="floatingBox important"><?php echo TEXT_SELECTED_BILLING_DESTINATION?></div>
let me know if that works.
I removed Forward from payment and shipping, but the problem remains.