// JavaScript Document
function clearit(){
document.elist.email.value=' ';
document.elist.email.style.color='#a0310a';
}

