$(document).ready(function(){
	$('#query').val('O que voc\u00EA procura?').focus(function(){ $(this).css({color:'#999'}).val(''); }).blur(function(){ if($(this).val() == '') $(this).css({color:'#777'}).val('O que voc\u00EA procura?'); });
})
