
.poll .choice {
    margin-bottom: 5px;
}

.poll .progress {
    background-image: -webkit-linear-gradient(top, #ececec, white);
    background-image: -o-linear-gradient(top, #ececec, white);
    background-image: -moz-linear-gradient(linear, 0 0, 0 100%, from(#ececec), to(white));
    background-image: linear-gradient(to bottom, #ececec, white);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
}

.bar .percent.zero {
    color: #999;
    padding-left: 5px;
}

.poll form { margin-bottom: 0; }
