function div_login_over()
{
	div = document.getElementById('div_login');
	div.style.width='35%';
	div.style.left='65%';
}

function div_login_out()
{
	div = document.getElementById('div_login');
	div.style.width='5%';
	div.style.left='95%';
}
