@charset "utf-8";
.textFields {
	color: #333333;
	font-family: Arial;
	border: thin solid #333333;
	background-color: transparent;
	background-image: url(../Images/navBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1em;
}
.textArea {
	color: #333333;
	font-family: Arial;
	font-size: 1em;
	border: thin solid #333333;
	background-color: transparent;
	scrollbar-base-color: #333;
	scrollbar-arrow-color: #A9513A;
	scrollbar-track-color: #FFF1BB;
	background-image: url(../Images/navBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.sendButton {
	color: #333333;
	border: thin solid #333333;
	cursor: pointer;
	font-family: Arial;
	font-size: 1em;
	background-color: transparent;
	background-image: url(../Images/navBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

	
	#submit:hover {
	color: #A9513A;
	font-family: Arial;
	font-size: 1.0em;
}

.resetButton {
	color: #333333;
	cursor: pointer;
	font-family: Arial;
	font-size: 1em;
	background-color: transparent;
	border: thin solid #333333;
	background-image: url(../Images/navBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

	#reset:hover {
	color: #A9513A;
	font-family: Arial;
	font-size: 1.0em;
	}
.table {
	border: thin solid #468C8C;
}
