$(document).ready(function() {
  $('#dialog').jqm();

	var form_options = { 
		target: '#reset_password_result'
	}; 
	$('#reset_password').ajaxForm(form_options);
});
