/* ==========================================================================
	#pjPollContainerWrapper
========================================================================== */
#pjWrapperPoll_9.pjPollContainerWrapper { }

/* ==========================================================================
	#pjPollHeading
========================================================================== */
#pjWrapperPoll_9 .pjPollContainer .pjPollHeading { background: #f7f4fb; }
#pjWrapperPoll_9 .pjPollHeading .pjPollTitle { color: #666666; }

/* ==========================================================================
	#pjPollBody
========================================================================== */
#pjWrapperPoll_9 .pjPollContainer .pjPollBody { background: #f7f4fb; }

/* ==========================================================================
	#pjPollAnswers
========================================================================== */
#pjWrapperPoll_9 .pjPollAnswer { color: #38393b; }
#pjWrapperPoll_9 .pjPollAnswer:hover,
#pjWrapperPoll_9 .pjPollContainer .pjPollAnswerChecked { color: #6989b2; }
#pjWrapperPoll_9 .pjPollContainer .pjPollAnswerChecked { font-weight: bold; }

/* ==========================================================================
	#pjPollBtn
========================================================================== */
#pjWrapperPoll_9 .pjPollBtn { border-color: #666699; color: #ffffff; 
	background: rgb(102, 102, 153);
}

#pjWrapperPoll_9 .pjPollBtn:hover { border-color: #7575a3; color: #ffffff; 
	background: rgb(117, 117, 163);
}

#pjWrapperPoll_9 .pjPollBtnPrimary { border-color: #666699; color: #ffffff; 
	background: rgb(102, 102, 153);
}
#pjWrapperPoll_9 .pjPollBtnPrimary:hover { border-color: #7575a3; color: #ffffff; 
	background: rgb(117, 117, 163);
}

/* ==========================================================================
	#pjPollBodyResults
========================================================================== */
#pjWrapperPoll_9 .pjPollBodyResults p { color: #38393b; }

#pjWrapperPoll_9 .pjPollResult .progress-bar { background: #6989b2; }
