.voteBox
{
	width: 200px;
	margin: 10px;
	padding: 10px;
	background: rgb(53, 53, 53);
	border: 1px solid rgb(220,220,220);
	clear: both;
	color: rgb(220,220,220);
}

.voteBox a:link, .voteBox a:active, .voteBox a:visited
{
	color: rgb(254,205,103);
	text-decoration: none;
}

.voteBox a:hover
{
	color: #ff0040;
	text-decoration: none;
}

.voteBoxResultAnswer
{
	text-align:center; 
	margin-bottom:6px;
}

.voteBoxResultAnswer div
{
	font-weight: bold; 
	font-family: Tahoma;
}

.voteBoxLegend
{
	padding-right:10px;
	margin-right:5px;
}
.voteBoxLegend:hover
{
	cursor:default;
	opacity:1.0 !important;
}

.pollsList
{
	border: solid 1px #f0f0f0; padding:5px;margin-bottom:10px
}

.pollsList:hover
{
	background-color: #fafafa;
}

.DateResetButton
{
	background-color:#FFFFCC;
	cursor:pointer;
	width:400px;
	text-align:center;
	height:20px;
	padding-top:4px;
	margin-bottom:10px;
	margin-top:10px;
}

.sf_admin_list td
{
	text-align:center;
}