/* validation */
input:not([type="submit"]), select, textarea {
	border: #404040 solid 1px;
}
.entered:invalid {
	border: #ff0000 solid 1px;
}
#msg {
	width: 80%;
	margin: 50px auto auto;
}
/* boxes */
#main {
	padding-bottom: 10px;
}
form {
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
form > p.last-of-type {
	text-align:center;
}
/* form elements */
label {
	float:left;
	width:90px;
	font-weight: bold;
}
input, select, textarea {
	clear:right;
}
input:not([type="submit"]), select, textarea {
	font-size: 10pt;
}
input:not([type="submit"]), select {
	width:200px;
}
textarea {
	width:396px;
}
input[type="submit"] {
	/* background-color: #f3f3f3; */
	background-color: #ffffff;
	color: #000000;
	/* border: #a66e02 3px groove; */
	border: #000000 1px solid;
	/* text-transform: uppercase; */
	font-weight: bold;
	padding:5px;
}
input[type="submit"]:hover, input[type="submit"]:active {
	border: #a66e02 1px solid;
}
/* reCAPTCHA */
/* #recaptcha_widget_div {
	margin-left: 90px;
} */
/* hidden fields */
.staffUse {
	display:none;
}
