/* FORM */
#formpage {
	color: #F2A32D;	
	width: 90%;
	margin: 20px auto;
	padding: 0 5%;
}

textarea, input {
	background-color: #fff;
	color: #333;
	padding: 4px 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #F2A32D;
	border-left: 2px solid #F2A32D;
	width: 100%;
}

textarea[name="Message"] {
	height: 100px;
}

input[type="submit"] {
	color: #333;
	background-color: #F2A32D;
	width: 60%;
	margin: 0 20%;
	transition: all .2s ease-in-out;
}

input[type="submit"]:hover {
	color: #fff;
	cursor: pointer;
}

input[type="submit"]:active {
	position: relative;
	top: 2px;
	left: 1px;
}

th {
	font-size: 30px;
}

.smallfont {
	font-size: 13px;
	text-align: center;
}

.CaptchaMessagePanel {
	font-size: 16px;
	font-weight: 400;
}

#CaptchaAnswer {
	width: 80%;
	margin: 0 10%;
}
.inven textarea, .inven input {
	width: auto;
}