
.poll {
  overflow: hidden;
}

.poll .result {
	padding:0 13px 7px 11px;
}

.poll .result .title {
	text-align:center;
	margin: 3px 0;
}

.poll .result .img {
	float: left;
    height: 26px;
    margin-top: 5px;
    width: 23px;
}
.poll .result .content {
	clear: none;
    margin-left: 31px;
}

.poll .result .text {
	font-weight:bold;
	font-weight:12px;
}

.poll .bar {
  height: 11px;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #EB670B;
  height: 11px;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  color: black;
  font-size: 10px;
  height: 11px;
  line-height: 11px;
  text-align: left;
}
.poll .total {
	background: url("/sites/all/themes/fclskin/images/repeat_footer_bloc.png") repeat-x scroll 0 0 transparent;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    text-align: right;
}

.poll .total span {
	background: url("/sites/all/themes/fclskin/images/puce_orange.gif") no-repeat scroll 0 50% transparent;
    border: medium none;
    color: white;
    padding-left: 10px;
    text-decoration: none;
}

.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
.node-form #poll-choice-table .form-text {
  display: inline;
  width: auto;
}
.node-form #poll-choice-table td.choice-flag {
  white-space: nowrap;
  width: 4em;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
