.vote {
	color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0px;
}
.vote p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.question {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.currentResults {
	font-size: 8pt;
	color: #CCCCCC;
	width: 175px;
	text-align: center;
	clear: left;
	float: left;
}
.currentResults a {
	color: #CCCCCC;
	text-decoration: none;
}
.currentResults a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

input.submit {
	color: #FFFFFF;
	background-image: url(../../images/boton-vacio.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	width: 175px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.espacio {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.pollBar {
	height: 10px;
	border: 1px solid #000000;
}

#pollBar1 {
	background-color: #B91784;

}

#pollBar2 {
	background-color: #FF3366;

}

#pollBar3 {
	background: #0000ff;
	color: #993333;
}

#pollBar4 {
	background-color: #B61380;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
.voteContainer {
	width: 190px;
	height: 178px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.pollBarCell {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 130px;
}
.pollCountCell {
	margin: 0px;
	padding: 0px;
	width: 55px;
	float: left;
}

.pollDescriptionCell {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 170px;
	clear: left;
}
.cant {
	margin: 0px;
	float: left;
	width: 140px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
}
