.voteBox
{
	/*width: 200px;
	margin: 10px;
	padding: 10px;*/
	background: #dbdbdb;
	/*border: 1px solid gray;*/
	clear: both;
	color: black;
	text-align: left;
	margin-top: 10px; 
}

.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;
}
