﻿label {
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	margin-left: 20px;
	margin-top: 3px;
	color: #fdf9ea;
}
form {
	margin-top: 20px;
	margin-left: 150px;
}
input {
	width: 400px;
	margin-bottom: 20px;
	height: 22px;
	background-color: #f0dca6;
	border: 1px solid #C0C0C0;
	border-radius: 3px;
}
.submit {
	width: 100px;
	margin-top: 10px;
	margin-left: 20px;
	border-radius: 3px;
}
select {
	width: 200px;
	margin-bottom: 20px;
	height: 22px;
	background-color: #F3F3F3;
	border: 1px solid #C0C0C0;
	border-radius: 3px;
}
textarea {
	width: 400px;
	height: 100px;
	background-color: #f0dca6;
	border: 1px solid #C0C0C0;
	border-radius: 3px;
}
