﻿
.poll .header h4 {
	font-weight: normal;
	margin-top: 0;
}

.poll .header > a {
	display: block;
	float: left;
}

.poll .header h4,
.poll .header > a,
.poll .header h4 > [class^="icon-"] {
	vertical-align: baseline;
}

.poll .poll-question {
	margin-bottom: 10px;
    text-align:justify;
    font-size:12px;
}

.poll .poll-options {
	margin-bottom: 10px;
}

.poll .poll-options ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MainContent_MainContent_PollPlacement1_PollOptions li label{
    font-size:12px;
}

.poll .poll-options input[type=radio],
.poll .poll-options label {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}

.poll .poll-options input[type=radio] {
	margin-right: 5px;
}

.poll .poll-result {
	margin-bottom: 10px;
}

.poll .poll-result .poll-option {
	display: block;
}

.poll .poll-result .progress {
	margin: 0;
}

.poll-archives {
	margin-bottom: 20px;
	margin-top: 20px;
}