
jQuery(document).ready(function(){jQuery("input:[type=text], input:[type=password],textarea,select").focus(function(){jQuery(this).addClass("highLightInput");});jQuery("input:[type=text], input:[type=password],textarea,select").blur(function(){jQuery(this).removeClass("highLightInput");});});
