Adding Form Icons

Adding Form Icons

I have a four panel registration form with four text boxes each and I have created the PHP authentication class which I can call with ajax and it works great. But I can't seem to get a handle on the validation icons. Here's the jFiddle:  http://jsfiddle.net/uR4Jv/

When you focus on a text box it changes all four icons, how do I only change the icon on that row? I tried using next() and that didn't work, and since this is part of a four panel registration form I don't want to use #id and have repetitive code... I know it is something simple...