@charset "utf-8";

div#poll
{
	position:relative;
	clear:both;
}
#poll div.results
{
	float:left;
	clear:both;
	width:100%;
}
#poll div.input
{
	float:left;
	clear:both;
	width:100%;
}
#poll span.percent{
	float:left;
	padding-left:5px;
	font-size: 10px;
	height:12px;
	padding-top:2px;
}
#poll input[type="button"]{
	border:solid 1px black;
	padding:2px 10px;
	font-size:12px;
}

.presult{
	width:100%;
	position:relative;
	margin-bottom:10px;
	height:30px;
}
.presult div{
	position:absolute;
}
.presult .backdrop{
	width:100%;
	opacity: .60; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index:1;
}
div.bar{
	height:27px;
}
.presult .foreground{
	z-index:50;
}
.presult .result{
	z-index:55;
}
.presult .result span{
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin-left:15px;
}

.presult_0 div.bar{
	background-color: #DD132E;/*#DD132E;*/
}
.presult_1 div.bar{
	background-color: #176DAB;/*#DD5D13;*/
}
.presult_2 div.bar{
	background-color: #106A2B;/*#DDC213;*/
}
.presult_3 div.bar{
	background-color: #AB6D17;/*#2EDD13;*/
}
.presult_4 div.bar{
	background-color: #089B91;/*#13DD5D;*/
}
.presult_5 div.bar{
	background-color: #0E2653;
}
.presult_6 div.bar{
	background-color: #6D17AB;
}
.presult_7 div.bar{
	background-color: #DD1393;
}
.presult_8 div.bar{
	background-color: #97897D;
}