Hello...

Im using CSS buttons for a webshop(specifically for a certain customer) using custname.domain.com

im using CSS Buttons as its easier for customer and quicker to load...

only problem is when i get onto the checkout_confirmation page

the confirm order box, is not long enough....
iv checked the element information...

and whats restricting the box size is "element.style {
width: 84px;
}"

if i change this to 90px in firefox module, the box looks GREAT...

but for the life of me, i cannot find where this element is drawn from in the files

PLEASE HELP