.smalllink {
	font-size: 10px;
	color: black;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.smalllink:hover {
	text-decoration: underline;
}

.login_username {
	text-transform: lowercase;
}

.login_password {
}

/*
input {
	-webkit-transition: all 0.1s ease-in-out;
	-webkit-transform: scale(1);
}
input:focus, input:hover {
	opacity: 1;
	-webkit-transform: scale(1.2);
}
*/

