.formBox {background: #e7d8c0;
	text-align: justify;
	padding: 25px;
	font: .9em Georgia, Times New Roman, Times, serif;
	}

.formBox label {
	font: 1.5em "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
}

.formBox input {
	border-bottom: 1px dashed black;
	background: #e7d8c0;
	width: 300px;
	padding-left: 15px;
	margin-left: 10px;
	border-right: 0 none;
	border-left-style: none;
	border-top-style: none;
}

.formBox textarea {
	background: #fcebd2;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border: 1px dashed black;
	width: 450px;
	height: 200px;
	padding: 10px;
	margin-bottom: 25px;
}

.formBox button {
	margin: 10px;
	padding: 4px;
	border: 2px solid #a25f2f;
	background: white;
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", mono, serif;
}

.formBox button:hover {
	border-style: dashed;
	background: #405468;
	color: white;
	border-color: white;
}