form input, form textarea, form select {
	border-radius: 5px;
	font-weight: Normal;
}

form select option {
	padding: 5px;
}

input.button {
	background: linear-gradient(#75206E, #55004E) repeat scroll 0 0 #55004E;
	border: none;
	padding: 0.3em 1em;
	width: auto;
	color: White;
	font-size: 120%;
	font-family: Oswald;
	font-weight: normal;
	display: block;
	float: left;
	border-radius: 5px;
}

footer input.button {
	box-shadow: 0px 0px 3px White;
}