$(document).ready(function(){
	$("#show_form").click(function(){
		$("#error_cont").hide();
		$("#login_form").show();
	});
});