/* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */

.poll .bar {
  height: 0.7em;
  margin: 1px 0;
  background-color: #eee;
}
.poll .bar .foreground {
  background-color: #020697;
  height: 0.7em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
  color: #bdbdbd;
}
.poll .total {
  text-align: center;
}
.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;
  color: #bdbdbd;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 90%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
.title {
  font-weight: bold;
  color: #bdbdbd;}
