#democracy {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	background-color: #C5D4F5;
}

#democracy li {
	list-style: none;
	margin: 5px 15px 5px 10px;
	border-bottom: 1px dotted #CABEB2;
	background: none;
	padding: 1px 3px 5px 3px;
	text-align: left;
}

#democracy li input {
	vertical-align: middle;
}

#democracy LI LABEL {
	margin: 0;
	padding: 0;
}

#democracy p { 
	text-align: center;
}

#democracy ul {
	margin: 0;
	padding: 0;
}

#poll-question {
	display: block;
	color: #2840CB;
	text-align: left;
	padding: 7px 5px;
	background-color: #FFFFFF;
}

#vote p {
	text-align: center;
	margin: 5px;
}

#lastMessage span {
	display: block;
	color: #933;
}

#dem-total-votes {
	display: block;
	text-align: center;
	padding-top: 2px;
}

#democracy .democracy-choice {
	display: block;
	background-color: #BD2010;
	height: 3px;
	border-bottom: 3px solid #A21B0D;
	font-size: 1px;
}

#voted-for-this .democracy-choice {
	background-color: #1020BD;
	border-bottom: 3px solid #0D1BA2;
}

.dem-choice-border {
	margin: 2px 0;
	display: block;
	background-color: #fff;
	height: 6px;
	width: 98%;
	border: 1px solid #CABEB2;
}

INPUT.flat-submit {
	background-image: url(/images/red-right-arrow-on-blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FF2A00;
	color: #FFFFFF;
	font-weight: bold;
	width: 50%;
	height: 19px;
	margin: 0;
	padding: 0px;
	border: 0;
	text-align: center;
	font-size: 12px;
}

A#view-results {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	display: block;
}

A#view-results:hover {
	text-decoration: none;
}

#democracy input[type=radio], #democracy input[type=checkbox], #democracy .dem-radio {
	width: auto;
	border: 0;
	padding: 0;
	display: inline;
	margin: 0;
}

#pollResults {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#pollResults THEAD, #pollResults TFOOT {
	background-image: url(/images/red-gradient.gif);
	background-repeat: repeat-x;
	height: 60px;
	margin: 0;
	padding: 0;
}

#pollResults THEAD TD {
	padding: 13px 10px;
	margin: 0;
	height: 34px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}

#pollResults TBODY TD {
	border-top: 1px solid #ffffff;
	background-color: #C5D4F5;
	height: 39px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}

#pollResults TD.answer {
	width: 80px;
	white-space: nowrap;
}

#pollResults TD.graph {
	width: 230px;
}
 
#pollResults TD.percent { 
	width: 35px;
	padding: 0px 10px 0px 20px;
	text-align: right;
	white-space: nowrap;
}

#pollResults .dem-choice-border {
	margin: 2px 0;
	display: block;
	background-color: #fff;
	height: 21px;
	width: 98%;
	border: 0;
}

#pollResults .democracy-choice {
	display: block;
	background-image: url(/images/poll-bar.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	height: 21px;
	font-size: 1px;
	border: 0;
}

#pollResults A#view-results-table {
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 0;
}