/* CSS Document */
#content {
	padding-top: 20px;
}
.thanksTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #7f6a00;
	letter-spacing: 1px;
}

strong {
	color: #826e59;
}

input {
	width: 250px;
	background-color: #ffffe0;
	border: #ded7aa solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
textarea {
	width: 250px;
	height: 165px;
	background-color: #ffffe0;
	border: #ded7aa solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	letter-spacing: 1px;
	overflow: auto;
	margin-bottom: 8px;
}

#contactSubmitButton {
	background-color: #9e292b;
	color: #f6f2ca;
	width: 80px;
	height: 22px;
	font-weight: bold;
	padding-bottom: 2px;
	border: none;
	margin-left: 13px;
}
