I am writing a Windows 8 Store App using JavaScript, HTML5 and CSS. On one screen of the application I have several HTML5 input controls to collect data from the user, defined in my HTML file like the one below:\[code\]<input id="priceInput" type="number" />\[/code\]The input textboxes render and behave as they should, however a few of them are far too long for the data they capture. Is there a way to set the length of the input textbox either in HTML or CSS?