/* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */


.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
  margin-left: 10px;
  margin-right: 10px;
}

.poll .text{
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  padding-bottom: 0;
}

.poll .title{
	margin: 10px;
  font-style:italic;
  text-indent: 1em;
  
}

.poll .percent{
	font-size: 0.85em;
}

.links, .poll .total{
	display: none;
}

.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
  margin-right: 10px;
}
.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;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
