mm ok allora che errori ho commesso:
codice:
if ("/^[_a-z0-9+-]+(\.[_a-z0-9+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)+$/".test("document.getElementById('email').value"))

{document.getElementById('email').className = "form_1";
 return false;}