firstInput.assertStyle("background: beige; border: 1px solid green; color: brown; font-weight: bold");
firstInput.assertWidth(160, 2);
firstInput.fireEvent("onblur");
// second input
secondInput.fireEvent("onfocus");
secondInput.assertStyle("background: beige; border: 1px solid green; color: brown; font-weight: bold");
secondInput.assertWidth(160, 2);
secondInput.fireEvent("onblur");
// rollover elements