.poll {
	width: 200px;
	padding: 0;
}

.poll_question {
	font-weight: bold;
	padding-bottom: 8px;
}
.results_caption {
	font-weight: bold;
	text-align: center;
	}

.poll_result_question {
	padding-bottom: 8px;
}

.pollresults {
	font-size: 11px;
	width:200px;
}

.polltable tr {
	vertical-align: middle;
}

.polltable input {
	padding: 2px 0 0 0;
	margin: 0;
}

tr.i_checked * {
	color: black;
}

tr.i_unchecked * {
	color: #999999;
}
.answer_row {
	white-space: nowrap
}

.polltable td {
	vertical-align:top;
}

.percents_div {
	margin-top: 5px;
	height:5px;
	font-size: 0px;
}

.percents_text {
	color: #cccccc;
	font-size: 80%;
}

.spacing_td {
	padding: 2px 0px 2px 3px;
}

.spacing_text {
	padding: 4px 0px 2px 3px;
}

.ot_input {
	height: 18px;
	font-size: 11px;
	margin-left: 3px;
}

.btn {
	cursor:pointer; 
	display:inline;
}