@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
		margin-right: -3px;
	}
}

button::-moz-focus-inner {padding:0; border:0 none; outline: 0 none;}
