form {
	margin-top: 20px;
}

form input,textarea {
	float: right;
	margin-right: 50px;
	width: 70%;
}

form div#submit input {
	width: 100px;
	float: left;
	margin-left: 144px;
	margin-top: 20px;
}

form div {
	clear: both;
	height: 30px;
}

form div textarea {
	background-color: white;
	height: 100px;
}

form div input {
  background-color: white;
}

form div.error textarea {
	background-color: #FAA;
	height: 100px;
}

form div.error  input {
	background-color: #FAA;
}

form div.error label {
	color: #F33;
}

form div label {
	color: black;
}

form label {
	font-size: 0.9em;
	width: 20%;
	text-align: right;
	float: left;
}