#result.vote {
width:175px;
overflow: hidden;
}

#result.vote h3 {
    margin-left: 8px;
    margin-bottom: 10px;
}

#result.vote ul table.wf {
	width: 165px;
}

#result.vote ul td.wf {
	font-weight: normal !important;
}
#result.vote ul table.wf td.counter {
    white-space: nowrap;
    text-align: right;
    vertical-align: bottom;
}

#result.vote .graph {
	padding: 0 !important;
	background: url('../images/dec/slider-mini-progress.gif') left top no-repeat;
}
#result.vote .graph.full {
	padding: 0 !important;
	background: url('../images/dec/slider-mini-full.gif') left top no-repeat;
}
#result.vote .graph.zero {
	padding: 0 !important;
	background: url('../images/dec/slider-mini-zero.gif') left top no-repeat;
}
#result.vote .graph div {
    width: 155px;
    height: 16px;
    padding: 0 0 10px 0;
    margin: 0;
}
#result.vote .graph img {
	height: 16px;
	margin-left: 4px;
	border: 0;
}

#result.vote .sub-footer {
    padding-left: 7px;
}

#result.vote .sub-footer a {
    text-decoration: none;
    font-weight: bold;
}

#result.vote .sub-footer a:hover {
    color: #28B7E9;
}

#poll ul li {
    padding-bottom: 7px !important;
}

#poll ul li label { padding-left: 5px; }
