In ASP.NET Gridviews generate a table which generates a parent div container. This can break CSS layouts since there is no way to attach styles to the generated div. Is ther
You could define an explicit CssClass for your Gridviews to make use of.
Then define a css class:
.nameOfStyleClass { < Style stuff > }