/*a:link, a:visited {
	color: #5aa223;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}*/

.pollAjaxs{
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
/*	float: left;
	width:30%;*/
	min-width:200px;
	min-height:100px;
/*	margin:10px;*/
	padding:8px;
}

.pollTitle{
	text-align:center;
	margin-bottom:15px;
	font-weight:700;
}
.resaltPoll{
	display:none;
}

.button{
}
.button a{
	background-color:#848488;
	border:1px solid #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:60px;
	margin:8px auto;
	padding:4px;
}

#resaltshow, #pollshow{
	padding:4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#resaltshow{
	width:60px;
	margin:8px auto;
}

.answer{
	height:30px;
	margin:5px 0;
}
.font{
	height:10px;
	background:#73E81A;
	margin:3px 0;
	width:0;
	border-radius: 2px;
}

.pollRed{
	color:#D80000;
}
.pollGreen{
	color:#00A331;
}
.pollRed span, .pollGreen span{
	color:#424242;
}