example here: http://jsfiddle.net/D7v2Y/
In firefox/webkit this works great. The text is centered. Not in IE10 or IE9
input { display: block; box-sizing: border-box; line-height: 50px; height: 50px; padding: 10px; } What's goin' on here and how do I get the text input to display "correctly" with the text vertically centered in IE?
Thank you!