$(document).ready(function(){
	$('form#loginform input').focus(function(){
		$("#forgotpwd").slideDown(1000);
	});
});
