@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* BUTTON */
*:not(notification) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down) {
-moz-appearance: none !important;
-moz-border-radius: 10px !important;
background: -moz-linear-gradient(top, #fff, #e9e9e9, #fff) !important;
min-width: 77px !important;
height: 18px !important;
border: solid 1px #5e5e5e !important;
padding: 0px 5px !important;
color: #000 !important;
opacity: 0.95 !important;
-moz-box-shadow: 0px 1px 3px -2px #000 !important;
}

*:not(notification) > 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) > 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(top, #c3ddf1, #7cabdd, #bfe2fb) !important;
border: solid 1px #526bbc !important;
-moz-box-shadow: 0px 0px 3px 0px #3d85c6 !important;
}

/* ACCEPT BUTTON */
*:not(notification) > 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]) {
background: -moz-linear-gradient(top, #d4e7fc, #93c2f4, #dcfdff) !important;
border: solid 1px #526bbc !important;
}

/* BUTTON (DISABLED) */
*:not(notification) > button:not([type="menu"]):not([dlgtype="help"]):not([anonid="increaseButton"]):not([anonid="decreaseButton"]):not([anonid="twisty"]):not(.expander-up):not(.expander-down)[disabled] {
border: solid 1px #a3a3a3 !important;
color: #7f7f7f !important;
}