$(document).ready(function() {

$('#mykhdu-mykhdu').one("focus",function() { 
			$(this).val("");
		});

$('input[type=submit]').mouseover(function () {
		$(this).css('cursor', 'hand');
		});

});
