﻿.pollbox
{
	float:left;
	text-align:left;	
	padding:10px;
	width:278px;
	background-color:#ffffff;	
	border-left:1px solid #0595D2;	
	border-right:1px solid #0595D2;	
	border-bottom:1px solid #0595D2;	
	/*height:150px;*/
	overflow:hidden;	
}
.pollbox .poll_panel
{
	float:left;			
}
.pollbox .poll_panel .poll_content
{
	float:left;		
}
.pollbox .poll_panel .poll_content .poll_question
{
	clear:both;
	font-weight:normal;	
	padding:0px 0px 5px 0px;	
}
.pollbox .poll_panel .poll_content .poll_answers
{
	float:left;
	width:210px;
}
.pollbox .poll_panel .poll_content .poll_answers td
{
	padding:0px;
}
.pollbox .poll_panel .poll_content .poll_percentage
{
	clear:both;
}
.pollbox .poll_panel .poll_content .poll_answers input
{
	float:left;
	width:20px;
	margin:0px;	
	padding:0px;
}
.pollbox .poll_panel .poll_content .poll_answers label
{
	float:left;
	width:175px;	
}
.pollbox .poll_panel .poll_content .poll_button
{
	float:right;
	background:url(../icon/vote.gif) no-repeat;	
	font-size:0px;
	text-indent:-1000px;
	width:66px;
	height:33px;
	border:0px;	
	margin-top:70px;
	cursor:pointer;
}
.poll_archive
{
	
}
.poll_archive a,.poll_archive a:active, .poll_archive a:visited
{
	
}
