Applying the patch is causing my shipping estimator button to enlarge, not sure why?

This part of the patch is casuing the issue:

File: html_output.php

changed:

PHP Code:
    $mouse_out_class  'cssButton ' . (($type == 'submit') ? 'submit_button ' 'normal_button ') . $sec_class;
    
$mouse_over_class 'cssButtonHover ' . (($type == 'button') ? 'normal_button ' '') . $sec_class $sec_class 'Hover'
to:

PHP Code:
    $mouse_out_class  'cssButton ' . (($type == 'submit') ? 'submit_button button ' 'normal_button button ') . $sec_class;
    
$mouse_over_class 'cssButtonHover ' . (($type == 'button') ? 'normal_button button ' '') . $sec_class $sec_class 'Hover'
Here is a before and after pic

before applying update:

Click image for larger version. 

Name:	Snap1.png 
Views:	146 
Size:	4.0 KB 
ID:	15844

after applying update:

Click image for larger version. 

Name:	Snap2.png 
Views:	154 
Size:	5.5 KB 
ID:	15845