.quickpoll_widget {
	border: 1px solid #ddd;
}

.poll-widget-title {
	background: #000;
	text-align: center;
	font-family: Futura;
	color: #fff;
	font-weight: light;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.poll-widget-question, .poll-widget-question-page-2 {
	/*font-family: 'Fenice ITC W01 Regular','Georgia',Serif;*/
	font-size: 25px;
	line-height: 28px;
	padding: 30px 20px;
	text-align: center;
}

.poll-widget-question-page-2 {
	display: none;
}

div.widget.quickpoll_widget div.poll-widget-question a.poll-widget-voting {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bluevotenow.jpg');
	width: 200px;
	height: 40px;
	text-decoration: none;	
}

div.widget.quickpoll_widget div.poll-widget-question-page-2 a.quizzlestick-submit-button {
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('../images/bluesubmit.jpg');
	width: 130px;
	height: 40px;
	text-decoration: none;
	
}

.quizzlestick-question-text-answers .selectbelow {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #CC0000;
	display: block;
}

.quizzlestick-question-text-answers {
	overflow: hidden;
	clear: both;
	line-height: 20px;
}

.quizzlestick-answers {
	clear: both;
	margin-left: 0 !Important;
}

.quizzlestick-question-answer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.quizzlestick-question-answer .answer {
	float: left;
	min-width: 20%;
	max-width: 20%;
	margin-right: 10px;
	text-align: center;
	font-family: Futura;
	color: #fff;
	font-weight: light;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.quizzlestick-question-answer .description {
	float: right;
	width: 75%;
	max-width: 80%;
	text-align: left;
	font-weight: light;
	font-size: 13px;
	display: block;
	line-height: 18px;
	color: #333;
}

.quizzlestick-question-answer .answer {
	background: #ddd;
}

.quizzlestick-question-answer:first-of-type .answer {
	background: #cc0000;
}

.quizzlestick-question-answer:last-of-type .answer {
	background: #000000;
}

.quizzlestick-answer-override {
	width: 100%;
	background: #333;
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
}

.quizzlestick-answer-override:first-of-type {
	background: #cc0000;
}

.quizzlestick-answer-override:last-of-type {
	background: #000000;
}

.quizzlestick-answer-override input {
	position: absolute;
	left: 10px;
	top: 7px;
}

.quizzlestick-answer-override label {
	overflow: hidden;
}

.quizzlestick-answer-override label div {
	overflow: hidden;
	text-align: center;
	font-family: Futura;
	color: #fff;
	font-weight: light;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
}

.quizzlestick-answer-total {
	display: none;
}

.quizzlestick-capture-details, .quizzlestick-thankyou-details {
	padding: 10px;
	background: #eee;
}

.quizzlestick-capture-details p, .quizzlestick-thankyou-details p {
	font-size: 14px;
	color: #CC0000;
	display: block;
	text-align: left;
	line-height: 20px;
}

.quizzlestick-thankyou-details {
	display: none;
}

.quizzlestick-text-field {
	width: 93%;
	background: #fff !Important;
	padding: 5px !Important;
}

.poll-widget-voting {
	
}

.quizzlestick-poll-results {
	text-align: left;
}

.quizzlestick-poll-results span.answer-title {
	font-size: 16px;
	font-weight: normal;
}

.quizzlestick-poll-results .answer-bar-holder {
	width: 95%;
	border: 1px solid #bbb;
}

.quizzlestick-poll-results .answer-bar {
	background: #ddd;
	font-family: Futura;
	color: #000;
	font-weight: light;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
}

.quizzlestick-poll-results .quizzlestick-poll-result-answer:first-of-type  .answer-bar {
	background: #cc0000;
	font-family: Futura;
	color: #fff;
	font-weight: light;
	text-transform: uppercase;
	font-size: 14px;
}

.quizzlestick-poll-results .quizzlestick-poll-result-answer:last-of-type  .answer-bar {
	background: #000000;
	font-family: Futura;
	color: #fff;
	font-weight: light;
	text-transform: uppercase;
	font-size: 14px;
}

.poll-widget-question-page-2 span.footertext {
	text-align: left;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 17px;
	padding-top: 5px;
	color: #333;
}

