#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background:red;
	color:white;
}

input, textarea {
	border : 1px solid black;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background : #FF6D00;
	color : white;
}

.form {
	float : left;
	margin : 0;
}

.formDiv {
	text-align : left;
}
