While I was fiddling with this \'Fancy 3D Button\' example, I found that the width seemed to be hard-coded to fit the text\'s width.
width
Here is the HTML /
Pretty late and not sure if this was available when the question was asked, set width: auto;
width: auto;
Seems to do the trick