<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication5._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title></title> <style type="text/css"> .MyColoredArea { background-color:Blue; } </style> </head> <body> <form id="form1" runat="server"> <div> <asp:Panel CssClass="MyColoredArea" ID="Panel1" runat="server" Height="50px" Width="125px"> </asp:Panel> </div> </form> </body> </html>