/*Kommentarer*/

.poll{}

/* Formulär */
.poll fieldset{
	border:solid 1px #333;
	margin-top:15px;
	margin-bottom:10px;
}
.poll fieldset legend{
	font-weight:bold;
	color:#c4c4c4;
	font-family:arial,verdana;
		font-size:0.9em;
}
.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;
}
