form fieldset {
	display: inline-block;
	}
form input {
	width: 15em;
	color: black;
	
	}

/*
The above .errorFeedback hides any error feedback lines from the user (on the right of each input field), but this class is removed to expose the errors in the JavaScript
*/
