Unfortunately I'm finding that Gravity Forms is using a list structure for form generation which isn't really optimal even though I've seen others do this before. If I want a list I want bullet points and that's what I'm having appear on the left side of each of the forms. What I was hoping for was an independent CSS sheet option so that the forms look nice. Changing the core code of how the forms generate isn't optimal. The primary element that is a problem (among some others) is this:
#top .entry ul li {
I was wondering if there is a option to have these forms look more streamlined or what can be done to avoid the clash of your own style sheets using their own CSS for lists in building Gravity Forms. If it wasn't built as a list and just a form, it probably would look much better.