/* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */

.wform .bar {
  /*height: 1em;
  margin: 1px 0;
  background-color: #ddd;*/
  
  background: #fff ;
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;  
}
.wform .bar .foreground {
  background-color: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
  float: left; /* LTR */
}
.wform .links {
  text-align: center;
}
.wform .percent {
  text-align: right; /* LTR */
}
.wform .total {
  text-align: left;
}

.wform .title {
  text-align: left;
}

/*
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff ;
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
*/
