
input[type="submit"], input[type="reset"], input[type="button"], button {
	background: none;
	border: none;
	box-shadow: none;
	color: inherit;
	cursor: default; 
	font: inherit;
	line-height: normal;
	outline: none !important;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
	box-shadow: none;
	border: none;
	text-decoration: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}