@charset "utf-8";

.vote_form_small .question, .vote_result_small .question {

	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	
	text-align:center;
	
	margin-bottom:10px;

}

.vote_form_small .variant, .vote_result_small .variant{

	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	
	text-align:left;
	
	margin-bottom:3px;
	margin-top:3px;

}

.vote_form_small .vote{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#7874ca;
	
	text-align:center;
	text-decoration:underline;

}


.vote_result_small .voted_persents{

	background-color:#CCCCCC;
	
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	
	height:10px;

}

.vote_result_small .voted_persents_minus{


}

.vote_result_small .voted{

	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#990000;

	text-align:left;
	
	padding:5px 5px 0px 0px;

}

