Yes, I did. No errors in the code.
http://www.cssoptimiser.com/ will turn
Code:
.pop_bg{background:#fff;border:1px solid #000}
.div_bg{background:#fff;border:1px solid #000}
into
Code:
.pop_bg,.div_bg{background:#fff;border:1px solid #000}
but it doesn't detect that div_bg and pop_bg are in fact copies of eachother.
It looks like there is no such utility available anywhere. I could write one myself, in php, if I wasn't facing a deadline. So, maybe in a next project.