.poll{
	padding: 10px;
	/*height:130px;*/
	width:410px;
	float:right;
	background-image: url(../graphics/tribag/background_ankieta.png);
	background-repeat: repeat-y;
	position: relative;
	/*text-align: center;*/
}
.poll .question{
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: justify;
	color:#fff;
}
.poll .block .pyt{
	color:#8d8d8d;
	font-size:12px;
	text-align:left;
	width:230px;
	float:left;
	margin-left: 20px;
	@ display: inline;
}
* html .pool .block .pyt{
	display: inline;
}
.poll .block .pyt input{
	margin: 0;
	padding: 0;
}
.poll .block .percent{
	text-align:right;
	font-size:12px;
	width:135px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	color:#d53900;
	position: relative;
}
.poll .block .percent .total{
	position: absolute;
	top: 0;
	left: 0;
	height:12px;
	width:100px;
	background-color:#333333;
}
.poll .block .percent .votes{
	position: absolute;
	top: 0;
	left: 0;
	height:12px;
	background-color:#d53900;
}
.poll .vote{
	height:15px;
	margin-top:5px;
	color:#000;
	font-size:10px;
	background-image: url(../graphics/tribag/button_tlo.png);
	border:none;
	padding-bottom:3px;
	margin-left: 20px;
	/*position: absolute;*/
	bottom: 5px;
	/*display: block;*/
	left: 0;
	@ width: 50px;
}
.poll .length{
	color:#fff;
	float:right;
	margin-top:5px;
	margin-right:25px;
}
