controls appear cropped after animation is applied

controls appear cropped after animation is applied

Hi,
 
I'm using jquery in an asp.net website.  I've got some controls in one panel, and some controls in another panel.  I've been able to animate transition from one panel to the next when the user clicks a particular button, but the controls in one of the panels, the one that is not initially visible, appear to be cropped by one pixel on each side.  That is, radio buttons appear more octagonal than round, and textboxes appear to have a dot in each corner and the border is not dithered.
 
Functionality is fine.  The animation effect is also fine, other than this.
 
It appears that this is only happening in IE8.  I've also tested Chrome and Firefox without any problems.
 
Seems like this is an IE problem.
 
Any ideas how I can solve this?