I have read the FAQ on removing the inherited bullet images from my forms. Until recently this has worked, but unfortunately not anymore. I am not really sure when the change occurred since I don't use IE regularly.
Here is the code that I added to my style.css file.
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
list-style-type:none!important;
list-style-image:none!important;
list-style:none!important;
background-image:none!important;
background:none!important;
padding:0!important;
margin:0!important
}
Thoughts?