function closeError(){
	document.getElementById("error_container").style.display  = "none";
}
