form {
	width: 30%;
}

#name, #email, #message {
	margin-bottom: 20px;
}

label, input {
	display: block;
}

#send {
	font-weight: bold;
}


