@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* BUTTON */
*:not(notification):not(#commandBarBottom) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down):not([anonid="button-box"]) {
-moz-appearance: none !important;
-moz-border-radius: 10px !important;
background: -moz-linear-gradient(top, #acb8ca, #7585a3) !important;
min-width: 77px !important;
min-height: 18px !important;
border: solid 1px #60718b !important;
padding: 0px 5px !important;
color: #fff !important;
opacity: 0.95 !important;
-moz-box-shadow: 0px 1px 3px -2px #000 !important;
}

*:not(notification):not(#commandBarBottom) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down) * {
background: none !important;
}

/* BUTTON (ACTIVE) */
*:not(notification):not(#commandBarBottom) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down):not([disabled]):hover:active {
background: -moz-linear-gradient(bottom, #acb8ca, #7585a3) !important;
}

/* ACCEPT BUTTON */
*:not(notification):not(#commandBarBottom) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down)[dlgtype="accept"]:not([disabled]) {
font-weight: bold !important;
}

/* BUTTON (DISABLED) */
*:not(notification):not(#commandBarBottom) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down)[disabled] {
opacity: 0.6 !important;
}