(function ($) {
	$(':input').css('background-color', 'blue');
})(jQuery);
