<table width = "100%" border = "1" cellspacing = "5">
<table width = "100%" border = "1" cellpadding = "5" cellspacing = "5">
#div_project { position: absolute; top: -9999px; left: -9999px; }
.button_rounded { -moz-border-radius:4em; -webkit-border-radius:4em; border-radius:4em; }
<asp:Button ID="Button1" runat="server" Text="Button" CssClass ="button_rounded" />
#div_footer { position:absolute; bottom:0; width:100%; height:45px; background:yellow; }
#div_project_details { position: absolute; top: -9999px; left: -9999px; } </style> <div id="div_project_details" style="width:100%;height:400px;border-color:orange;"> <asp:TextBox ID="txt_project_name" runat="server"></asp:TextBox> <asp:TextBox ID="txt_budget" runat="server"></asp:TextBox> <asp:TextBox ID="txt_project_start_date" runat="server"></asp:TextBox> <asp:TextBox ID="txt_project_end_date" runat="server"></asp:TextBox> </div>
<style type = "text/css"> a { text-decoration:none; } </style>
<style type = "text/css"> .class1 A:hover { text-decoration: underline overline; color: #lightblue; } </style>