Here is my css:
.editor-field textarea { width : 400; height : 100px; }
Here is the markup from my view:
&l
style can be specified in the link will
@Html.TextAreaFor(model => model.values, new {style = "width: 700px; height:200px;"})