/*Sandra, 23.10.08*/


.tx-jkpoll-pi1 {
	color: #fff;
}

/*IE6 Hack*/
* html .tx-jkpoll-pi1 {
	width: 410px;
}


.jkpollAnswertext {
	margin-right: 21px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}


.pollanswer {
	width: 16px;
	height: 16px;
	color: #fff;
}

.pollsubmit {
	margin-left: 21px;
	padding: 1px 5px;
	background: #fff;
	border: 0;	
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.jkpollVoteBar {
	float:left;
	padding-right:10px;
	text-align: center;
}

/*RESULTS*/

table.jkpollResult {
	width: 100%;
	margin: 20px 0px 20px 0px;
}

/*IE6 Hack*/
* html table.jkpollResult {
	width: 410px;
}


td.jkpollResult01 {
	width: 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
td.jkpollResult02 {
	width: 320px;
	height: 32px;
}

div.jkpollResultBar {
	background: #666;
	width: 100%;
}

td.jkpollResult03 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #fff;
}

.jkpollVotes {}
.jkpollVotes1 {
	float: left;
	width: 49%;
}
.jkpollVotes2 {
	float: right;
	width: 49%;
	text-align: right;
}


/* VOTED */
.jkpollThanks {	
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: 16px;
	color: #fbfd40;
	
}

/*error*/
.tx-jkpoll-pi1 .error {
	color: #fbfd40;
}



