form {
	display: block;
	width: 350px;
	margin: 25px auto;
}
form input, form select, form textarea {
	width: 350px;
}
#submit {
	width: 220px;
}