$(document).ready(function(){
	$('.input_text_prefilled').click(function() {
		$(this).attr('value', '');
	});
});
