function clickclear(thisfield) {
  thisfield.style.border = "1px solid #9eba1f";	
}

function clickrecall(thisfield) {
  thisfield.style.border = "1px solid #818181";
}

function resetForm(){
	document.form.reset();
}

 