Html.TextBoxFor
<%: Html.TextBoxFor(m => m.Account.Balance)%>
<%: Html.TextBox("Account.Balance", String.Format("{0:F2}", Model.Account.Balance), new { id="Account_Balance", style="width:6em;"} ) %>