$(function(){
	$('#header input[name="keywords"]').bind('click', function(){
		$(this).removeClass('default');
	});
});
