.pollitem {
	position: relative;
	width: 80%;
	background-color: transparent;
	margin-bottom: 7px;
	margin-left: 20px;
	/*height: 20px;*/
}
	.vote-name {
		width: 100px;
		float:left;
	}
	.vote-name span {
		color: #d7232b;
	}
	.vote-line {
		float:right;
	}
	.vote-line-container {
		position:relative;
		width: 80px;
	}
	.pollLine {
		position: absolute;
		top: 0px;
		background-color: #d7232b;
		z-index: 0;
		height: 9px;
		width: 0;
		overflow: hidden;
	}
	.pollname {
		position: absolute;
		background: transparent;
		z-index: 1;
		top: 3px;
		left: 4px;
		color: #000000;
	}