/*Kommentarer*/

.poll{}

/* Formulär */
.poll fieldset{
	border:solid 1px #ccc;
	margin-top:15px;
	margin-bottom:10px;
}
.poll fieldset legend{
	color:#3e571d;
	font-size:0.8em;
	display:block;
	background-color:#fff;
}
.poll fieldset .pollBox{
	width:360px;
	margin:auto;
	padding:20px;
	background-image:url(../gfx/member_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.poll fieldset .pollBox label{
	font-family:arial,verdana;
}
.poll fieldset form input.inputSubmit{
	margin-right:10px;
}

/*Resultat*/
.poll .pollbarBorder{
	width:360px;
	height:14px;
	border:solid 1px #000;
	margin-bottom:15px;
}
.poll .pollbar{
	background-color:green;
	background-image:url(../objects/plugins/gfx/pollbar.gif);
	max-width:360px;
	overflow:hidden;
	height:14px;
	font-size:11px;
	vertical-align:middle;
}
