Posted on: 2/26/2015 1:57:05 AM | Views : 540

<div id="divLanguage" style="background-color: #FFFFFF; height: 180px; width: 420px; border: 1px solid black; margin-top: 10px; float: left; border-radius: 10px;"> <asp:Label ID="lblStart" runat="server" Text="Start Date" CssClass="lblStyle1" style="width:80px;"></asp:Label> <asp:TextBox ID="txtDateStart" runat="server" Width="178px" CssClass="OtherCom1"></asp:TextBox> <asp:Label ID="lblEnd" runat="server" Text="End Date" CssClass="lblStyle1" style="width:80px;"></asp:Label> </div> .OtherCom1 { font-family: Georgia, "Times New Roman" , Times, serif; font-size: 15px; display: block; width: 200px; margin-top: 5px; } .lblStyle1 { font-fa ...

Go to the complete details ...