/* Styles for recover button */
#login-form input.recover-link,
#login-form input.recover-link:hover, 
#login-form input.recover-link:focus,
#login-form input.recover-link:active {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	padding: 0 4px;
	text-shadow: none;
}

#login-form input.recover-link:hover {
	text-decoration: underline;
}
