/* ANKETA */

#anketa{
  position: relative;
  width: 159px;
  padding: 6px 7px 2px 7px;
  margin-bottom: 0px;
  background: #E1E3E5 url(../img/sidebar-box.jpg)  repeat-x left top;
  border: 1px solid #e2e2e2;
  color: #333;
  font-weight: normal;
left: 50px;
}

#anketa h3{
font-weight: bold;
font-size: 13px;
padding: 0 0 5px 0;
color: #333;
line-height: normal;
}

#answers {
  margin-bottom: 6px;
}

#answers .que, #answers .que-passive {
  font-size: 12px;
  padding: 4px 0 3px 0;
  display: block;
}

#answers .que{
  cursor: pointer;
}

#answers .que:hover{
  padding: 4px 0 3px 0;
  color: #015FA9;
  text-decoration: none;
}



#answers .votes-bar{
   cursor: help;
  position: relative;
  padding: 0;
  background: url(../img/answer-bg.gif)  repeat-x center center;
   border: 1px solid #fff;
 

}



#bar-1.votes-bar {
  background: url(../img/bar1.gif) repeat-x left center;
}

#bar-2.votes-bar {
  background: url(../img/bar2.gif) repeat-x left center;
}

#bar-3.votes-bar {
  background: url(../img/bar3.gif) repeat-x left center;
}

#bar-4.votes-bar {
  background: url(../img/bar4.gif) repeat-x left center;
}

#bar-5.votes-bar {
  background: url(../img/bar5.gif) repeat-x left center;
}

#answers .votes, #answers .votes-black, #answers .percent, #answers .percent-black{
  left: 5px;
  font-size: 11px;
  color: #fff;
  position:absolute;
  top: 1px;
    width: 60px;
}

.answers-bg {
display: block;
}

#answers .percent,  #answers .percent-black{
  display: none;
}

#answers .votes-black, #answers .percent-black{
  color: #545454;
}

#loader{
  width: 185px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 45%;
  background: url(../img/progres.gif) no-repeat center center;
}

#poll-note {
	text-indent: 17px;
	padding: 0 15px 0 0;
	margin-left:50px; 
	color: #555;
font-style: italic;
font-size: 11px;
    background: url(../img/info.gif) no-repeat left 2px;
}

#loader img {
  display: none;  
}

p#total-votes {
color: #333;
font-size: 11px;
font-weight: normal;
margin: 0;
display: block;
position: relative;
left: 50px;
}
