form {
	margin-top:2em;
}

label {
	display:block;
}

input,
textarea {
	width:85%;
	margin-bottom:1.5em;
}

textarea {
	height:10em;
}

button {
	display: block;
}

p.error {
	color:#333;
	background:#efefef;
	padding:0.5em 1em;
}

@media screen and (max-width:1024px) {
	input,
	textarea {
		width:100%;
	}
}
