$(function() {
	$("#login .field").focus(function() {
		$(this).val('');
	});
});