
#poll_container{
	width:265px;
}

#poll_header{
	height:22px;
	padding-left:0.1875em;
	padding-top:3px;
	background-image: url('/images/box4_header.jpg');
	background-repeat: no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
#poll_header img{
	position:relative;
	top:3px;
}
#poll_body {
	background-image: url('/images/box4_body_white2.jpg');
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	width:245px;
	padding-left:10px;	
	padding-right:10px;
	
}

#poll_body form{
	display:inline;
}
#poll_footer{
	background-image: url('/images/box4_footer.jpg');
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight:bold;
	font-size:10px;
	padding-left:10px;
	padding-bottom:5px;
	width:265px;
	height:15px;
}

.poll_question{
	font-size:14px;
}

.poll_awnser{
	font-size:11px;
}
.poll_totalvotes{
	font-size:12px;
}
.stat_left{
	background-repeat: repeat-x;
	width:10px;
	height:12px;
	float:left;
	background-image:url(/images/poll_result_left.png)	
}
.stat_middle{
	background-repeat: repeat-x;
	width:0px;
	height:12px;
	float:left;
	background-image:url(/images/poll_result_middle.png);
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	color:yellow;
}
.stat_right{
	
	background-repeat: repeat-x;
	width:10px;
	height:12px;
	float:left;
	background-image:url(/images/poll_result_right.png)
}
#poll{
	width:236px;
	padding-left:30px;
	border:1px solid black;
}
#loader{
	position:relative;
	z-index: 90;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-align: center;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#btn_poll_result{
	background-image:url(/images/buttons/results.png);
	background-repeat:no-repeat;
	width:71px;
	height:20px;
	border:none;
	font-size:0px;
	padding-left:71px;
	cursor:pointer;
}
#btn_submit_poll{
	background-image:url(/images/buttons/vote.png);
	background-repeat:no-repeat;
	width:53px;
	height:20px;
	border:none;
	font-size:0px;
	padding-left:53px;
	cursor:pointer;

}