I have the following CSS and HTML snippet being rendered.
Why not forget the hacks and just do it with CSS?
One I use frequently:
.boxsizingBorder { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
See browser support here.