OK, I think I found it. This is a change to a CSS template and I can't guarantee this won't make other areas look differently than they did.
1. Go to Style Manager.
2. Select the Style
3. Select Edit Templates
4. Under CSS templates edit the additional.css template
5. Search for:
Code:
.textbox, textarea, select {
6. First, copy and paste the back-ground color and color values into a text file so you can undo them later if you don't like the way it looks.
7. Set the following values under the ".textbox, textarea, select {" line as follows:
background-color: #fff;
color: #000;
Save and reload. It should fix the problem.