form {
	padding-top: 10px;
}

input {
	border: none;
	height: 17px;
	width: 235px;
	font-family: "Courier New", Courier, monospace;
	padding: 8px 5px 5px 8px;
	float: right;
	background: #ebe6b1;
	position: relative;
	top: -30px;
}

input#submit {
	width:auto;
	height: auto;
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	margin: 27px 0 0 88px;
	float: left;
}

label {
	display: block;
	height: 17px;
	line-height: 17px;
	clear: both;
	padding: 8px 5px 5px 8px;
	color: #6d932c;
}

textarea {
	border: none;
	height: 165px;
	width: 224px;
	padding: 16px 12px 12px 12px;
	overflow: auto;
	float: right;
	position: relative;
	top: -35px;
	margin-bottom: 0;
	background: #ebe6b1;
}

label.error {
	position: relative;
	font-style: italic;
	font-size: 10px;
	color: #6d932c;
	margin-left: 88px;
	top: -27px;
	margin-bottom: -27px;
	padding: 0;
}
