/**Questions */
ul.questions li.pol-q {
	display: block;
	width: 45%;
	float: left;
	margin-bottom: 15px;
}

ul.questions li.pol-q.r{
	float: right;
}

#pollForm  a.result, #pollForm  a.comment {
	color: #000;
	padding-left: 20px;
	line-height: 18px;
	background: transparent url(/user/images/tpls/layout.png) no-repeat scroll -437px -20px;
	text-decoration: underline;
}

ul.poll_results li.pol-q {
	display: block;
	margin-bottom: 15px;
}


ul.poll_results li ul.bar li.r {
	float: right;
	width: 60%;
	font-size: 0.92em;
}

ul.poll_results li ul.bar li.l {
	float: left;
	width: 39%;
	margin-bottom: 3px;
}

ul.poll_results li ul.bar li.l .bar {
	display: block;
	float: right;
}

ul.poll_results li ul.bar li.tvs {
	text-align: right;
	font-weight: bolder;
	font-size: 0.88em;
}

ul.poll_results li ul.bar li.l .bar10{
	background-color: green;
}

ul.poll_results li ul.bar li.l .bar9{
	background-color: #009000;
}

ul.poll_results li ul.bar li.l .bar8{
	background-color: #00A000;
}

ul.poll_results li ul.bar li.l .bar7{
	background-color: #00aa01;
}

ul.poll_results li ul.bar li.l .bar6{
	background-color: #00b502;
}

ul.poll_results li ul.bar li.l .bar5{
	background-color: #00bf02;
}

ul.poll_results li ul.bar li.l .bar4{
	background-color: #00ca02;
}

ul.poll_results li ul.bar li.l .bar3{
	background-color: #00d502;
}

ul.poll_results li ul.bar li.l .bar2{
	background-color: #00df02;
}
ul.poll_results li ul.bar li.l .bar1{
	background-color: #00ea02;
}

/** last poll**/

#last_poll .title {
	font-size:1.12em;
}

#last_poll .content {
	border-top:1px solid #000000;
	margin-top:5px;
	padding:20px 0 0;
	font-size: 0.94em;
}

#last_poll .content .question {
	display: block;
	font-weight: bolder;
	margin-bottom: 5px;
}

#last_poll .content a.result {
	color: #000;
	float: right;
	padding-left: 20px;
	line-height: 18px;
	background: transparent url(/user/images/tpls/layout.png) no-repeat scroll -437px -20px;
	text-decoration: underline;
}

#last_poll .content .btnvote {
	float: left;
}

#last_poll .content form {
	display: block;
}

#last_poll .content .vsep {
	margin-top: 10px;
}