form {
	padding: 10px;
	text-align: left;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C57517;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Submit {
	margin-top: 10px;
	color: #AA5100;
	font-weight: bold;
	font-size: 18px;
	padding: 4px;
}

input {
	background-color: #F1CAA1;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 10px;
	color: #AA5100;
	border: 1px solid #666666;
	display: inline;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	position: relative;
	top: -3px;
}
#Submit {
	float: none;
}

textarea{
	background-color: #F1CAA1;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	color: #AA5100;
	padding: 2px;
	border: 1px solid #666666;
}
