.corners{
position: relative;
display: block;}

.acorners{
position: absolute !important;
display: block;}

.black20{
width: 20px;
background: url(../img/corners-black-20.png) no-repeat;}

.pink20{
width: 20px;
background: url(../img/corners-pink-20.png) no-repeat;}

.pink10{
width: 20px;
background: url(../img/corners-pink-10.png) no-repeat;}

.white10{
width: 10px;
height: 10px;
background: url(../img/corners-white-10.png) no-repeat;}

.donate20{
width: 20px;
height: 44px;
background: url(../img/corners-donate.png) no-repeat;}

.blackonltblue20{
width: 20px;
background: url(../img/corners-black-on-ltblue-20.png) no-repeat;}

.lt{
background-position: top left;}

.rt{
background-position: top right;}

.rb{
background-position: bottom right;}

.lb{
background-position: bottom left;}

.acorners.lt{
left: 0;
top: 0;}

.acorners.rt{
right: 0;
top: 0;}

.acorners.rb{
right: 0;
bottom: 0;}

.acorners.lb{
left: 0;
bottom: 0;}
