/* @override http://localhost/~michaelcaruso/egs_svn/view/css/login.css */

input#username, 
input#password {
	line-height: 40px;
	font-size: 40px;
}

#need_to_signup {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#forgotpassword {
	font-size: 12px;
}

#emailpassword {
	font-size: 15px;
	text-align: center;
	padding: 10px;
	border: 3px solid #ffb752;
	background-color: #ffeb72;
}

#submitbutton {
	font-size: 20px;
	width: 150px;
	line-height: 50px;
	text-shadow: #fff 0 0 0;
}

#signuperror {
	font-size: 15px;
	text-align: center;
	padding: 10px;
	border: 3px solid #660000;
	background-color: #FF9999;
}
