In the CSS file find this:
.qa-voting {
background:none repeat scroll 0 0 #B7E3DA;
border:1px solid #62847D;
float:left;
height:42px;
margin-right:1.5em;
overflow:hidden;
padding:18px 0;
}
Add something like this between the brackets:
background-image:url('paper.gif');