I want to add some space to the right of an so that there\'s some empty space on the right of the field.
So, instead of
padding-right works for me in Firefox/Chrome on Windows but not in IE. Welcome to the wonderful world of IE standards non-compliance.
See: http://jsfiddle.net/SfPju/466/
HTML
CSS
.foo { padding-right: 20px; }