how do you change the width of a textbox in an asp.net-mvc View
i want to have these fields side by side and the state textbox much shorter width
<%= Html.TextBox("state", null, new { @style = "width: 300px;" })%>