TABLE.poll TR.question TD,
TABLE.poll_results TR.question TD,
TABLE.admin_results TR.question TD {
	font-weight: bold;
	padding: 10px 0 0 8px;
	color: #fff;
}

TABLE.poll TR.answer TD {
	vertical-align: top;
	padding: 0;
}

TABLE.poll TR.answer TD.label {
	padding: 0;
	color: #fff;
}

TABLE.poll TR.answer TD.radio {
	padding: 2px 0px 5px 5px;
	text-align: right;
}

TABLE.poll TR.button TD {
	padding: 0;
}

TABLE.poll_results TR.odd_answer TD.label,
TABLE.admin_results TR.odd_answer TD.label {
	padding: 0 0 0 8px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

TABLE.poll_results TR.even_answer TD.label,
TABLE.admin_results TR.even_answer TD.label {
	padding: 0 0 0 8px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

TABLE.poll_results TR.odd_answer TD.votes,
TABLE.admin_results TR.odd_answer TD.votes {
	color: #fff;
	height: 15px;
	padding: 0 0 0 10px;
}

TABLE.poll_results TR.even_answer TD.votes,
TABLE.admin_results TR.even_answer TD.votes {
	color: #fff;
	height: 15px;
	padding: 0 0 0 10px;
}

TABLE.poll_results TR TD.votes IMG,
TABLE.admin_results TR TD.votes IMG {
	height: 13px;
	background-color: #f48706;
	background-image: url(/poll/images/vote_background.gif);
	margin-right: 5px;
	margin-left: 1px;
	float: left;
	border: 1px solid #fff;
}

TABLE.poll_results TR TD.votes IMG.zero_votes,
TABLE.admin_results TR TD.votes IMG.zero_votes {
	display: none;
	margin-right: 0px;
}

TABLE.poll_results TR TD.votes IMG.highest_vote,
TABLE.admin_results TR TD.votes IMG.highest_vote {
	background-color: #6aa31a;
	background-image: url(/poll/images/highest_vote_background.gif);
	border: 1px solid #fff;
}

TABLE.poll_results TR.total TD,
TABLE.admin_results TR.total TD {
	font-weight: bold;
	padding: 15px 0 0 10px;
	color: #fff;
	margin: 20px 0 0 0;
}



/* poll question */
#poll {margin: 0 0 0 10px; font-family: arial, helvetica, san-serif; background-color: transparent;}
#poll label {display: inline; color: #fff; font-size: 12px;}
#poll .label {color: #fff; font-size: 12px; padding: 7px 0 0 10px; margin: 5px 0 5px 0;}
#poll input.radio {vertical-align: text-bottom;}
	.poll_question {margin: 0 0 10px 0; font-weight: bold; color: #fff; padding: 5px;}
	.poll_selection {display: block; margin: 10px 0 0 8px; color: #fff;}
	
	.lightbox_poll_submit {float: left; margin: 10px 0 0 13px;}
	.lightbox_poll_right {float: left; font-size: 10px; margin: 15px 0 0 12px; color: #fff;}
	.votes {float: left; font-size: 10px;}
