/* $Id: poll.css,v 1.2 2006/10/02 16:16:06 dries Exp $ */

.poll .checkboxes_header {
	width: 230px !important;
	position: relative !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
}

.poll .form_button {
	margin-left: 0px;
}

.poll {
margin: 0px 0 0 0;
padding: 5px;
line-height: 1.5em;
color: #fff;
width: 240px;
}

.poll label {
width: 230px;
float: left;	
padding-bottom: 18px;
font-weight: bold;
}

.poll .title {
padding-bottom: 10px;
font-weight: bold;
}

.poll .bar {
height: 1em;
margin: 2px 0 0 0;
}
.poll .bar .foreground {
background-color: #ff9000;
border: solid 1px #000;
background: url(/themes/tdu2/img/bg_poll.gif); 	

height: 1em;
float: left;
}
.poll .links {
text-align: center;
}
.poll .percent {
text-align: right;
margin-bottom: 1em;
}
.poll .total {
text-align: center;
margin-bottom: 1em;
font-weight: bold;
}
.poll .vote-form {
text-align: center;
}
.poll .vote-form .choices {
text-align: left;
margin: 0 auto;
display: table;
}
.poll .msg {
font-size:.7em;
margin-top:6px;
}

.node-form .poll-form fieldset {
display: block;
}