body {
	background-color: #d7c794;
}

form {

}

label {
	float: right;
	width: 200px;
	color: #ffffff;
}

textarea {
	width: 200px;
	height: 150px;
	color: #000000;
	background: #ffffff;
	border: 1px outset #000000;
}

input {
	color: #000000;
	background: #ffffff;
	border: 1px outset #000000;
}

