@namespace url(http://www.w3.org/1999/xhtml);
/* this style can probably be extrapolated to other sites, but I've never seen this problem
appearing on other sites, so I leave it just for userstyles.org.  Note that I do NOT remove teh buttons, just the alter the highlighting around them. */

@-moz-document url-prefix(http://userstyles.org/) , url-prefix("https://userstyles.org/") {

div > form[id="paypal-donate-by-name"] {
/* -moz-appearance: none !important; */
background-color: beige !important;
-moz-border-radius: 6px !important;
height: 23px !important;
width: 250px !important;
position: absolute !important;
clip: rect(0px, 140px, 23px, 0px) !important;
}

div[id="last-updated"] {
margin-top: 24px !important;
}

ul > li > form[id="paypal-donate-by-feedback"] {
/* -moz-appearance: none !important; */
background-color: beige !important;
-moz-border-radius: 6px !important;
}

}