@charset "utf-8";
.textFields {
	color: #333333;
	font-family: Arial;
	border: thin solid #AD6144;
	background-color: transparent;
	font-size: 1em;
	width: 70%;
}
.textArea {
	color: #333333;
	font-family: Arial;
	font-size: 1em;
	border: thin solid #AD6144;
	background-color: transparent;
	scrollbar-base-color: #333;
	scrollbar-arrow-color: #AD6144;
	scrollbar-track-color: teal;
	width: 74%;
}

.sendButton {
	color: #333333;
	border: none;
	cursor: pointer;
	font-family: Arial;
	font-size: 1.0em;
	background-color: transparent;
}

	
	#submit:hover {
	color: #AD6144;
	font-family: Arial;
	font-size: 1em;
}

.resetButton {
	color: #333333;
	border: none;
	cursor: pointer;
	font-family: Arial;
	font-size: 1.0em;
	background-color: transparent;
}

	#reset:hover {
	color: #AD6144;
	font-family: Arial;
	font-size: 1em;
	}
.table {
	border: thin solid #B4A550;
}
