If i use this
.LabelContainer
{
padding-top: 10px;
text-align: center;
}
<div class="LabelContainer">
<asp:Label ID="Label1" runat="server" width="30" Text="Hello!">
</asp:Label>
</div>
then we can see in center form world Hello!. How i can use LabelContainer for <asp:Panel ID="Pn" runat="server" width="600" BackColor="#CCFFCC" Height="300"></asp:Panel>