/*font */
.voting-result-box, .vote-answer-table, .vote-bar-table
{
	font-size:100%;
}



.voting-result-box
{
}

.voting-result-box .active
{
	color:green;
}
.voting-result-box .disable
{
	color:red;
}
.voting-result-box label
{
	line-height:20px;
}
.voting-result-box form
{
	margin:0;
}
.vote-bar-table
{
}

.vote-bar-square
{
	width:10px;
	height:10px;
}

.vote-bar-table
{
padding-left:34px;
margin-top:3px;
margin-bottom:5px;
text-align:left;
}






