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

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

#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;
}
