﻿/* Polls */
.wsp_pollTitle 
{
	margin: 0;
	padding: 0;
	font-size: 1.35em;
}
.wsp_pollQuestion 
{
	margin: 0;
	padding: 20px 0 5px;
	font-size: 1.25em;
}
.wsp_pollDisclaimer
{
    font-size: 9px;
}
.wsp_pollQuestionAnswers
{
    font-size: 10px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.wsp_pollQuestionsList 
{
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}
.wsp_pollQuestionsList li
{
	list-style-type: none;
}
/* Pager */
ol.wsp_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.wsp_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.wsp_pager li a
{
	padding: 3px 5px;
}
ol.wsp_pager li a[disabled="disabled"], ol.wsp_pager li a.wsp_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
