If you want to change the colour of the field the user has the cursor in, then use the following CSS:

Input:focus, textarea:focus { background: #eee }

How to change the background colour of a text field in a form