@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), 
url-prefix(https://), url-prefix(zotero://), url("about:blank") {

*:not(.g) > * >  button:not(.wci),
input[type="submit"], input[type="button"]	
{
-moz-appearance: none !important;

background-color: #555 !important;
color: gold !important;
font-weight: normal !important;	
font-size-adjust: .5 !important;

border: 2px solid !important;
border-color : darkblue !important;
outline: 1px solid #555 !important;
-moz-outline-offset: -1px !important;
-moz-outline-radius: 8px!important;
-moz-border-radius: 8px !important;

width: auto !important;
height: auto !important;

background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAc8AAAAYCAYAAACcNHYIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABAhJREFUeF7tncdO5EoYRs3jkFYIWJAWZIHIOYqckUhr0gMQl8QdcUNc8HD/vX9rqlUURduegbnc9mnpyHZV2e7+fKrLRqIr5+3tTYJ/Xzk5ObpIL1Mbv152nVm361knARIgARIggUQl8PDwII+Pj+94enoS5fn5Oc3Ly4u8vr4CGeAADuAADiTegeDq6kp8XF9fi3Jzc5Pm9vZW7u7ufiz39/cCZIADOIADOPDdDgQnJyfi4/T0VAxnZ2diOD8/l4uLCyCDxDhweXkpQAY4gAO2A8He3p4o+/v7aQ4ODsRweHgoPo6OjgTIAAdwAAeyx4Hj42OBaBkEm5ubsrW19YHt7W0x7OzsCJBBUh3Y3d0VIAMcwAHbgWBlZUWU1dXVD6ytrYmidbpcX19Ps7GxIUAGOIADOIADSXQgmJiYkDAmJyfFZWpqSoAMcAAHcAAHkuhA0NPTIz56e3vFpa+vT4AMcAAHcCA7Hejv7xeIloH+T6v+SAKQAQ7gAA7gAA5Ed4CBk5sHHMABHMABHIjpAIHFDIw7s+h3ZmRFVjiAA9nqAIMngycO4AAO4AAOxHSAwGIGlq13UXwunhBwAAdwILoDDJ4MnjiAAziAAzgQ0wECixkYd2bR78zIiqxwAAey1QEGTwZPHMABHMABHIjlQG5uruTl5b0jPz9fbAoKCuT/QGFhoQAZ4AAO4AAOfLcDQVFRkRQXF3spKSkRl9LSUgEywAEcwAEcSLIDQVlZmZSXl6epqKgQl8rKSrGpqqoSIIOkOOD6z/b77wPyII8kOhBUV1dLTU2N1NbWfqCurk4M9fX1YtPQ0CBABjiAAziQXQ643/Vsvx/7TB5Bc3OztLS0pGltbRWbtrY2sWlvbxcggyQ50NHRIUAGOIADtgOpWVXMr+gPDAyIzeDgoLgMDQ3JZ/jaDw8PSxju8XztR0ZGJBNh54haH3aer6wfHR2VMNzz+dp/xXuKmo/bLpMPcTzxufNflbn94LtmmfhpM5P4ZlJyy9wZmL5qn89md8r28u7ubomLL5O4x/jq9uY92ceNe+3UpUx94rN+aPdXXxtTb+r0HLpuzme/z66uLlE6OztTN8z6kGAeJvVBs6mpSRobG1N/dU3N5zk9PZ1iZmYmxezsbHo5NzcnipYp8/PzqW1F121Mub1cWFiQuCwuLspPYmlpSf6U5eVl+R3c835VLu41ca+lbke5br79wsp8nvytMuNxpqXpB3GWpg/96TLKvIi++XXDysLm7KU+fF5jO6Px8XFxcTP0tQnbx3cdohxnbGxMwvAdR/fRcrOvaWNvmzaf1dn1+v5/5zPqfpnmjfb1q6j904xn2l6PY/qYnk/XzXntHMxDij4s6OCrN/I66OpAawbXfwCW0YWjHe1nJAAAAABJRU5ErkJggg==") !important;

}


button:hover,
input[type="submit"]:hover,  input[type="button"]:hover	
{
color: lightpink !important;
font-weight:bold !important;
}

button:active /* save,cancel */
/*input[type="submit"]:active */	
{
-moz-appearance: none !important;
background: #000000 !important;
font-weight: bold !important;
color: gold !important;
border: 0px solid #000000 !important;		
outline: 3px solid #009 !important;
-moz-outline-offset: -1px !important;
-moz-outline-radius: 6px!important;
}


input[type="submit"]:active,  input[type="button"]:active  /*google*/	
{
-moz-appearance: none !important;
background: #000000 !important;
font-weight: bold !important;
font-size: 12px !important;
color: gold !important;
border: 0px solid #000000 !important;		
outline: 3px solid #222222 !important;
-moz-outline-offset: -1px !important;
-moz-outline-radius: 6px!important;
}


/**************************************************************/

/* TO PREVENT interference with RSS feed button */

#feed-button
{
 -moz-appearance: none !important;
background: transparent !important;
outline: 3px solid transparent !important;
}

}