@charset "utf-8";
/* CSS Document */

#poll, #poll-results
{
	margin-left: 8px;
	margin-right: 8px;
}

#poll p, #poll-results p
{
	margin-bottom: 0px;	
}

#poll form
{
	padding: 0px;
	margin: 0px;
	width: auto;
}

#poll h3, #poll-results h3
{
	margin: 0px;
	padding: 0px;
	color: #E86000;
}

#poll label {
	width:175px;
	display:inline-block;
	margin:0px;
}

#poll .radio {
	vertical-align:top;
}

#poll input.text
{
	width: 156px;
}


#poll-results table
{
	margin-top: 6px;
	margin-left: 0px;
	width: 202px;
}

#poll-results table td
{
	height: 24px;
	padding-bottom: 8px;
}

#poll-results table .answer
{
	font-style: italic;
	padding-right: 6px;
}

#poll-results table .bar
{
	width: 40px;
}

#poll-results table .perc
{
	width: 32px;
	text-align: right;
	font-weight: bold;
}

#poll-results table .bar div
{
	background-color: #e10006;
	background-image: url(../imgs/bg_pollbar.jpg);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 2px;
}

#poll-results .totalVotes
{
	font-style: italic;
}



