I need to change the font color of ext label with my own color.

but it is not displaying the color.

My style



.x-italic


{


font-size: 12px;


font-family: Arial,tahoma, Helvetica, sans-serif;


font-style: italic;


color: #0000FF;


}

Using the css in an page as

<ext:Label ID="SSNLabel" runat="server" Text="SSN:" Cls="x-italic"/>


But still my page looks as in the attachment.