/* messy but valid firefox hack (gecko 1.8 and later) */
html:not([xmlns*=""]):not(:only-child) button {
	padding-right:4px;
}

html:not([xmlns*=""]):not(:only-child) button span {
	top:-1px;
}
/* end mess */