There should be a hyphen in the following
Code:
box-sizing: content-box;
although this is probably not the cause of your issue (and should be the default value anyway).
Maybe it's the
zoom that is the issue (a proprietary MS/IE property) but I'm not sure, soz.