I tried to change the text in my forms with your css but it didn't work.
I added this below to my style sheet, and created 2 forms id 1 and id 2. The only time anything changes is if I don't use the ID but then both change and I need 2 diff forms. Please help.
http://abcdesignandbuild.com/files/?page_id=4
[css]/* Gravity Forms
------------------------------------------------------------ */
body .gform_wrapper_1 .gform_body {
color: #fff
}
body .gform_wrapper_2 .gform_body {
color: #000
}