button {
	border: none;
	background-color: #ae824b;
	line-height: 20px;
	color:#fff;
	cursor: pointer;
}

button:hover {
	box-shadow: inset 0px 0px 0px 100px rgba(0,0,0,0.15);
}

button[type="submit"] {
	float: right;
}