html {
	font-family: "Arial", Arial, sans-serif;
	font-size: 12pt;
	background-color: #AAA;
	padding: 0;
	margin: 0;
}
@media (max-width: 800px) {
	html {
		font-size: 2.66vw;
	}
}
body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0.5rem;
	text-align: center;
}
input[type=number],input[type=text] {
	height: 1rem;
	width: 3rem;
	margin: 0;
	padding: 0;
	line-height: 1rem;
	font-size: 0.75rem;
}
input[type=text] {
	width: 10rem;
	font-size: 1rem;
}
p.head3 {
	font-size: 0.75rem;
	font-style: italic;
	padding-top: 0.25rem;
}
select {
	height: 1.25rem;
	margin: 0;
	padding: 0;
	line-height: 1rem;
}
label {
	float: left;
}
div {
	margin: 0.5rem auto 0.5rem auto;
	line-height: 1.5rem;
	text-align: right;
	width: 30rem;
	padding: 0.25rem 1rem 1rem 1rem;
	border: 0.0625rem solid black;
	background-color: #CCC;
}
div.inner,div.other>div {
	margin: initial;
	text-align: center;
	border:  none;
	padding: 0;
	background-color: transparent;
}
div>h3,div>h2 {
	text-align: center;
}
div>p {
	text-align: center;
}
div>p:first-child {
	text-align: center;
	font-weight: bold;
	margin-top: 0.25rem;
}
div>div>p {
	font-size: 0.75rem;
	line-height: 0.9375rem;
	margin: 0;
}
div>div>p:first-child {
	font-weight: normal;
}
div.other {
	padding-top: 0;
	padding-bottom: 0;
}
div.other>div {
	height: 10rem;
	position: relative;
	padding: 0;
	margin: 0;
}
textarea {
	position: absolute;
	top: 0;
	bottom: 0.75rem;
	left: -0.25rem;
	width: 100%;
	font-size: 0.75rem;
	margin-right: 2rem;
}
input[type=submit] {
	width: 32.125rem;
	font-size: 2rem;
	height: 2.66rem;
}
#submitted,#error {
	display: none;
	box-shadow: 0 0 0 -1000rem rgba(0,0,0,0.25);
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: center;
	padding: 1rem;
}