body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all {
    background: transparent;
    color: #ed6501;
    border-color: #ed6501;
}
body .mod_cms_accept_tags form .widget-submit .acceptbuttons button[value="accept"].all:hover {
	background: #ed6501;
    color: #fff;
    border-color: #ed6501;
}