.introText {
	margin: 5px 0;
}

form {
	input,
	select {
		margin: 5px 0 5px 10px;
		padding: 3px;
	}

	input {
		width: 229px;
	}

	input[type=radio],
	input[type=checkbox] {
		width: auto;
	}

	.date {
		margin-left: 0;
	}

	.month,
	.day {
		width: 20px;
	}

	.year {
		width: 37px;
	}

	button,
	input,
	option,
	select,
	textarea {
		border: 1px solid gray;
		border-radius: 3px;
		font-size: 12pt;
	}

	input {
		width: 500px;
	}

	button,
	input[type=submit] {
		cursor: pointer;
		padding: 4px;
		width: auto;
	}

	.button {
		display: inline-block;
		margin: 10px 0 5px 10px;
	}

	button a:link,
	button a:visited,
	button a:hover {
		color: black;
		text-decoration: none;
	}

	button:hover,
	input[type=submit]:hover {
		background-color: gold;
	}

	/* input[type=text]:active,
	input[type=text]:focus,
	input[type=text]:focus-visible,
	input[type=text]:hover,
	input[type=text]:focus-within,
	input[type=text]:target {
		border: 1px solid gold;
	} */

	textarea {
		padding: 10px;
	}

	.required {
		margin: 10px 0 0 10px;
	}
}