http://uploads.ru/i/z/h/K/zhKiL.jpg
В Конец HTML низ

Код:
<!--Раскраска Опросов-->
<style>
.punbb .main div.RL.rL0 h1{
 background-image:url(http://uploads.ru/i/7/Z/k/7ZkOw.png);
}
.punbb .main div.RL.rL1 h1{
 background-image:url(http://uploads.ru/i/I/l/9/Il9S4.png);
}
.punbb .main div.RL h1{
 background-repeat:repeat-x;
 border:none 0 transparent!important;
 background-color:transparent!important;
 background-clip:border-box;
 height:20px!important;
 padding:0 0 0 20px!important;
 margin:0;
 background-position:-175px 50%!important;
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
}
</style>

<script language="javascript">
function Raskrask(){
ImgMy='http://uploads.ru/i/F/p/4/Fp47A.png';j=0;
$("#poll-special .poll2 td h1").each(function(){if(j==2){j=0};$(this).wrap('<div class="RL rL'+j+'"></div>');j++;});
$("div.RL h1").each(function(){
$(this).data('origWidth', $(this).width()).width(0).animate({width: $(this).data('origWidth')}, 1200);
});}Raskrask();
if($("#pun-index").length){$(window).load(function (){Raskrask();});}
</script><!--//End /=Раскраска -->