/* votes */
#voteForm {
	background: #E3E3E3 url(/images/jur/voteangl.gif) right bottom no-repeat;
	border-top: 3px solid #3472B3;
	width: 275px;
	margin: auto;
	padding: 7px;
}
	#voteForm #vote-body {
		margin-right: 20px;
	}

	#voteForm h3 {
		margin: 5px 0px 10px 0px;
		font-size: 12px;
	}

	#voteForm label {
		margin-left: 5px;
	}

	#voteForm p {
		margin: 7px;
	}

	#voteForm #controls {
		margin-top: 5px;
		text-align: right;
	}

	#voteForm .vt_btt {
		width: 57px; height: 13px;
		background: url(/images/jur/votebtt.gif) 0% 0% no-repeat;
		border: none; padding: 0px;
		margin-top: 2px;
		cursor: pointer;
	}

/* vote results */
span.pollitem {
	display: block;
	margin: 10px 0 10px 0;
}

span.pollrel {
	display: block;
	width: 30px; float: right;
	text-align: right;
}

.pollname {
	margin-right: 15px;
	margin-bottom: 2px;
}

span.pollLine {
	display: block;
	width: 100%;
	background-color:#f0f0f0;
	height: 15px; 
	line-height: 4px;
}
span.pollLine span {
	display: block;
	background: #3472B3;
	height: 15px; 
	line-height: 4px;
}
