﻿.poll .selected {
	font-weight: bold;
}
.poll ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.vote_count {
	font-size: 85%;
	color: #666;
}

/* Answer icons 

.msl_poll_answer{
	padding: 0 0 0 18px; display: inline-block; min-height: 16px;
	background: transparent url(../images/icons/poll/poll_unselected.gif) no-repeat 0 0;
}

.msl_poll_answer_selected{
	padding: 0 0 0 18px; display: inline-block; min-height: 16px;
	background: transparent url(../images/icons/poll/poll_selected.gif) no-repeat 0 0;
	font-weight:bold;
}
*/