#feedback {
	position:fixed;
	top:0px; left:0px; width:100%; height:100%;
	background-color:rgba(0,0,0,0.7);
}


#contact {
	background-color:white;
	width:400px;
	padding:40px 50px;
	margin-left:32%;
	margin-top:3%;
	border:5px groove #833b00;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}	

#contact textarea {
	width:375px;
	height:200px;
	border:1px solid #7A522E;
	-webkit-transition: background-color 0.5s;

}

#contact input.form {
	width:375px;
	border:1px solid #7A522E;
	-webkit-transition: background-color 0.5s;
}

#contact select.form {
	border:1px solid #7A522E;
}

#contact input.form:focus, #contact textarea:focus {
	background-color:#EFEFDD;
}
