.new-form .new-form-text {
	margin-bottom: 2em;
}

.new-form dl dt {
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.new-form dl dd {
	margin-bottom: 1rem;
}

.new-form .new-form-required {
	margin-left: 0.5rem;
	color: #ef4444;
}

.new-form input[type=text],
.new-form input[type=email] {
	display: block;
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 0.375rem;
	outline-color: #0066CC;
}

.new-form textarea {
	display: block;
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 0.375rem;
	outline-color: #0066CC;
}

.new-form .new-form-note {
	margin-top: 0.5rem;
	color: #ef4444;
	font-size: 0.8em;
}

.new-form .new-form-button {
	text-align: center;
}

.new-form .new-form-button button {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0.75em 1.5em;
	border-radius: 4px;
	background: #0066CC;
	color: #FFF;
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	cursor: pointer;
}

.new-form .new-form-button button[value=back] {
	background: #E5E7EB;
	color: #333;
}