/*********************************** LG POLLS ***************************/
.lg-poll {
	position: relative;
	padding: 10px;
}
.lg-poll h3{
	padding-bottom: 4px;
}
.lg-poll #loading {
	background: url('/themes/site_themes/default/img/throbber.gif') no-repeat center left;
	padding-left: 22px;
	position: absolute;
	right: 0;
	top: 94px;
}

.lg-poll .has-voted {
	background: #f1f6e7 url('/themes/site_themes/default/img/icon_accept.png') no-repeat 8px 8px;
	border: 1px solid #d5e5b9;
	padding: 8px 8px 8px 30px;
}

.lg-poll label, .lg-poll p {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.lg-poll form {
	margin: 0;
}

.lg-poll form ul, .lg-poll form ul li{
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.lg-poll-form form .submit 
{
	clear: both;
		display: block;

	padding-top: 8px;
	
}
.lg-poll .lg-polls-answers li label {
	margin-right: 8px;
	padding: 4px;
}

.lg-poll .lg-polls-answers li label * {
	margin: 0;
	vertical-align: middle;
}
.lg-polls-answers {
}

.lg-poll .lg-poll-results {
	display: inline;
	float: left;
	margin-top:12px;
	margin-right: 10px;
	width: 170px;
}

.lg-poll .lg-poll-results ul {
	margin: 0 0 18px 0;
	font-size: 11px;
}

.lg-poll .lg-poll-results li {
	border: 1px solid #fff;
	list-style-type: none;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 56px;
	padding: 2px;
	position: relative;
}

.lg-poll .lg-poll-results li .answer {
	left: -45px;
	position: absolute;
	text-align: right;
	width: 40px;
}

.lg-poll .lg-poll-results li .answer-total-votes {
	position: absolute;
	right: -56px;
	width: 51px;
}

.lg-poll .lg-poll-results li .percentage small {
	display: block;
	font-size: 11px;
	padding-left: 5px
}
.percentage small{
	display: block;
	font-size: 11px;
	padding-left: 5px
}
.answerdiv{
	display: block;
	border: 1px solid #fff;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 2px;
	position: relative;
	width: 150px;
}
.a-0{
	border-color: #BD4142;

}
.a-0 .percentage{
	background: #BD4142;
}
.a-1{
	border-color: #F7BA29;

}
.a-1 .percentage{
	background: #F7BA29;
}
.a-2{
	border-color: #EFEB08;

}
.a-2 .percentage{
	background: #EFEB08;
}
.a-3{
	border-color: #5A7DD6;

}
.a-3 .percentage{
	background: #5A7DD6;
}
.a-4{
	border-color: #73A25A;

}
.a-4 .percentage{
	background: #73A25A;
}
.a-5{
	border-color: #9CCB21;

}
.a-5 .percentage{
	background: #9CCB21;
}

.lg-poll .lg-poll-results li.a-0 {
	border-color: #BD4142;
}

.lg-poll .lg-poll-results li.a-0 .percentage {
	background: #BD4142;
}

.lg-poll .lg-poll-results li.a-1 {
	border-color: #F7BA29;
}

.lg-poll .lg-poll-results li.a-1 .percentage {
	background: #F7BA29;
}

.lg-poll .lg-poll-results li.a-2 {
	border-color: #EFEB08;
}

.lg-poll .lg-poll-results li.a-2 .percentage {
	background: #EFEB08;
}

.lg-poll .lg-poll-results li.a-3 {
	border-color: #5A7DD6;
}

.lg-poll .lg-poll-results li.a-3 .percentage {
	background: #5A7DD6;
}

.lg-poll .lg-poll-results li.a-4 {
	border-color: #73A25A;
}

.lg-poll .lg-poll-results li.a-4 .percentage {
	background: #73A25A;
}

.lg-poll .lg-poll-results li.a-5 {
	border-color: #9CCB21;
}

.lg-poll .lg-poll-results li.a-5 .percentage {
	background: #9CCB21;
}

.lg-poll #pie-chart img {
	display: block;
	margin: 0 auto;
}