input[type="text"] {
	margin-bottom: 10px;
	width: 500px;
	height: 20px;
	background-color: #ededc8;
	border-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
}

textarea {
	margin-bottom: 10px;
	width: 500px;
	background-color: #ededc8;
	border-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
}

form select {
	margin-bottom: 10px;
	background-color: #ededc8;
}.invalid {
	color: #9d0000;
}

