/* --- poll simple CSS changes/additions --- */
div.bodyPollQuestion {
	float: left;
	width: 10%;
	margin: 0 0.5em 0 0;
	padding: 2px 0 0.2em 0;
	text-align:right;
	font-size: 90%;
	white-space: nowrap;
	}
label.bodyPollQuestion {				/* question radio button formatting */
	margin: 0 0 0.5em 0;
	text-align: left;
	clear: both;
	white-space: nowrap;
	display: block;
	clear: both;
	}
p.bodyPollQuestion {				/* see results link formatting */
  	font-family: sans-serif;
   	font-size: 90%;
	text-align: center;
	}

/* --- poll results --- */

div.bodyPollResults {
   	margin: 0 6pt 2em 2em;
	}
img.bodyPollResults {
	background-color: #995500;
	margin: 0;
	height: 1.115em;
	border: 1px outset #995500;
	}
p.bodyPollResults {
	margin: 0 0 0.5em 0;
	}
span.bodyPollResults {
	font-weight: bold;
	}
span.bodyPollResultsVotes {
	font-family: sans-serif;
   	font-size: 70%;
	font-variant: small-caps;
	color: #660066;
	white-space: nowrap;
	margin: 0 0 0 0.5em;
	}

