/* CSS Document */
#vote{
	margin:2px;
	border:1px solid #EE9C00;
	padding:8px;
}
#vote .vsubj{
	font-weight:bold;
	text-align:center;
	margin:10px 0px 10px 20px;
	font-size:12px;
}
#vote .vote_txt{
	text-align:left;
}
#vote .vbut{
	text-align:center;
	width:95px;
	background-color:#EE9C00;
	border:1px solid #000000;
	color:#000000;
	font-weight:bold;
	height:22px;
	padding-bottom:3px;
	cursor:pointer;
}
#vote_var input{
	margin-right:3px;
}
#vote_var{
	margin-bottom:5px;
	text-align:left;
	margin-left:25px;
	font-size:11px;
}
#vote_var *{
	vertical-align:middle;
}
#variant{
	position:relative;
	clear:both;
	text-align:left;
	padding:3px;
	height:15px;
	font-size:12px;
}
img.resbt{
}
#var_txt{
	position:relative;
	float:left;
	width:250px;
	font-size:12px;
}
#var_graph{
	position:relative;
	float:left;
	width:200px;
	text-align:left;
}
#var_prc{
	position:relative;
	float:left;
	width:80px;
	padding-left:5px;
}
#hist{
	position:relative;
	clear:both;
	text-align:left;
	font-size:12px;
}
#pgs{
	text-align:center;
}

