input.submit[type="submit"], button.submit[type="submit"] {
    background: rgb(243,147,33);
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	background: rgba(243,147,33,0.9);
}