ребята как мне вставить код
в этот css чтобы норм отображалось?
Code
<style>
.voteb {
background: #8DAC4F url("http://i079.radikal.ru/1202/76/b36c050cf668.png") repeat-y -198px 0;
width: 198px;
min-height: 33px;
margin-bottom: 5px;
}
.voteb .voteb {
background: url("http://i079.radikal.ru/1202/76/b36c050cf668.png") no-repeat 0 0;
}
.voteb .voteb .voteb {
background: url(http://i079.radikal.ru/1202/76/b36c050cf668.png") no-repeat -396px 100%;
}
.voteb .v_text {
float: left;
width: 150px;
font: 12px Arial, Tahoma, Helvetica, sans-serif;
color: #fff;
font-weight: bold;
padding: 9px 0 9px 10px;
overflow: hidden;
}
.voteb .voic {
float: right;
background: url("http://s018.radikal.ru/i520/1202/4c/252cd7a917af.png") no-repeat;
width: 18px;
height: 23px;
margin: 5px 9px 0 0;
}
</style>