$(document).ready(function() {
	$('input[name="login"],input[name="password"]').focus(function() {
		$(this).val('');
	});
});
