$(document).ready(function() {
	$('.inputEmail').focus(function() {
		$(this).attr("value","");
	});
	
});
