/* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */

  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%;
}
.poll_home_header{
	background: transparent url(images/trangchu_01.png) no-repeat scroll -26px -13px;
	width: 230px;
	height: 18px;
}
.poll_home_content{
	background: transparent url(images/trangchu_02.png) repeat-y scroll -26px 0px;
}
.poll_home_footer{
	background: transparent url(images/trangchu_07.png) no-repeat scroll -26px 0;
	margin-top: -3px;
	width: 230px;
	height: 73px;
}
