<div style="display:inline-block;text-align:left;margin-left:40px;">
@(Html.Kendo().TextBox()
.Name("txtInsignia")
.Value(@Model.txtInsigniaValue)
.HtmlAttributes(new { style="width:200px;height:23px;"})
)
</div> <div style="display:inline-block