#vote fieldset {
	border:none;
	padding:0;
	margin:0.5em 0;
}
#vote input {
	margin:0.5em 0;
	width:100%;
}
#vote input.bvDim { color:#999; }

#vote fieldset.bvFormOtherHide input.bvFormOtherIn,
#vote fieldset.bvFormOtherShow select.bvFormOtherOut { display:none; }
#vote fieldset.bvFormOtherHide select.bvFormOtherOut,
#vote fieldset.bvFormOtherShow input.bvFormOtherIn {
	display:block;
	width:100%;
	height:1.5em;
}
#vote fieldset.bvFormOtherShow input.bvFormOtherIn { height:1.25em; }
html.domCapable #vote div fieldset { display:none; }
html.domCapable #vote div.bvFormActivated fieldset { display:block; }

