.button, input[type=text], input[type=password], textarea, select {
	outline: none;
	-webkit-appearance: none;
	border: none;
	padding: 7px;
	background-color: white;
	border-radius: 3px;
	font-size: inherit;
	color: inherit;
	border: 1px solid grey;
	box-sizing: border-box;
	resize: none;
	margin: 0 !important;
	font-family: inherit; // Added 12th August 2021
}
input[type=color] {
	cursor: pointer;
	height: 38px;
	border: none;
	margin: 0 !important;
	box-sizing: border-box;
	vertical-align: middle
}
select {
	background-image: url('/core/icons/down.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	padding-right: 50px;
	box-sizing: border-box
}
.button,
.button:visited {
	background-color: orange;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	border-color: orange
 }
.button:hover { background-color: #3B2600; border-color: #3B2600 }
