form input, form textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #809bfc;
	background-color: #ffffff;
	width: 75%;
}

form textarea {
	height: 100px;
}

form label {
	display: block;
}

form input#button {
	width: 50%;
	margin-top: 15px;
}