I'm creating a webpage which uses global css and a crystal report.
<div style="width: 500px; height: 500px;">
<br />
<CR:CrystalReportViewer ID="crViewer" HasDrilldownTabs="false" HasToggleGroupTreeButton="false" CssClass="none" ToolPanelView="None" runat="server" />
</div>
The global css breaks the report causing the toolbar to look mangled. Are there any tags or ways to block the outside global css from getting to the element?