jQuery(document).ready(function() {
	$('#personalLogin').click(function() {
		// Act on the event
		$('.loginLogin').animate({ height: '140px' }, 500);;
		$(this).hide();
	});
});
