	$(document).ready(function(){

		$("input.input-text").click(function() {
			$(this).attr("value","");
		});

		
	});
	

