/* Common styles */
.poll {
    padding-bottom: 12px;
}

.poll h1 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .1em;
}

/* Form view styles */
.pollForm UL.inline LI {
	display: inline;
	margin-right: 0.5em;
    /*white-space: nowrap;*//* Would use nowrap if it did not break in IE. */
	}

/* Result page styles */
.pollResult {
	background-color: white;
	padding: 20px;
}

.pollResult H2.thanks {
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 1em;
}

.pollResult TABLE.resultTable {
	margin: 1em 0;
}

.pollResult TABLE.resultTable TD {
	vertical-align: middle;
	padding-bottom: 2px;
}

.pollResult TD.label {
	padding-right: 10px;
}

.pollResult TABLE.resultTable TD.bar {
	width: 200px;
	padding-right: 10px;
}

.pollResult TD.bar DIV.bar {
	border-top: solid 1px #fff;
	border-right: solid 1px rgb(142, 168, 36);
	border-bottom: solid 1px rgb(142, 168, 36);
	border-left: solid 1px #fff;
	background-color: #BFCA88;
	font-size: 11px;
}

.pollResult TD.percent {
	padding-right: 10px;
	color: #333;
}

.pollResult TD.rawResult {
	padding-right: 10px;
	color: #666;
}

.pollResult .footer {
	text-align: center;
}
