fieldset {
	border: 1px solid #f1f1f1 !important;
	padding: 15px !important;
	font-size: 12px !important;
}
legend {
	font-weight: bold !important;
	padding: 5px !important;
	color: #000 !important;
	font-size: 14px !important;
}

.voteform .barvotes {
	padding: 2px !important;
	font: 10px Arial, Tahoma, Verdana !important;
	background: #f9f9f9 !important;
	color: #8c8c8c !important;
	border: 1px solid #ccc !important;
	margin-bottom: 10px !important;
}

.voteform .novotes {
	color: #f9f9f9 !important;
}

.voteform span {
	font-weight: bold !important;
}

.voteform p {
	font-style: italic !important;
	font-size: 11px !important;
	color: #000 !important;
}

.voteform input {
	width: auto !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-bottom: 10px !important;
}

.voteform .submitvote {
	border: 1px solid #ccc !important;
	background: #f9f9f9 !important;
	padding: 4px !important;
	color: #000000 !important;
	width: auto !important;
}