$(document).ready( function() {
	$('input#nl_pwd').focus( function() {
		this.value = "";
	});
});
