function clearText(){
	document.techNow.email.value="";
	document.techNow.email.className="email-id";
}

