Just thought I'd share my way of fixing this issue. Whenever I use a multiline textbox (textarea) I assign it a SkinID. This allows me to specify different properties (CssClass for example) on TextAreas compared to an Input type=text . My Skin file looks like this: <asp:Textbox runat="server"...