
var Field3 = document.getElementById("Field3");
if(typeof(Field3)!="undefined" && Field3!=null){
	Field3.className="InputFiled3";
}