I would like to be taken out of a problem ... I have some CCS3 styles that I am applying to an HTML page, until there, the problem is that I want to migrate this work to asp.net and when applying the previous styles to an asp.net page do not work, does anyone know why?
An example if I did not understand ... Case 1: div class="Styles" > input id="search" type="text" placeholder="Write here ..." >
Case2: asp: Button ID="btnFind" runat="server" Text="Search" OnClick="btnBus_Click" CssClass="Styles"