function showLoginForm()
{
	$.blockUI({message: $('#login_form'),fixed_position:true, css: {backgroundColor:'transparent',borderWidth:'0px',height:'1px',width:'1px',left:'50%',top:'50%'}});
}

function hideLoginForm()
{
	$.unblockUI();
	
}
