rainborick - 10:15 pm on Dec 26, 2012 (gmt 0) The problem is that <input> is an inline element and you can't set it's width unless you set it to display:block or display:inline-block.
The problem is that <input> is an inline element and you can't set it's width unless you set it to display:block or display:inline-block.