/* CSS Document */

#Poll .PollTop {
	border: 1px solid #0070ba;
	width: 730px;
	color: #FFF;
	background: #0070ba;
}
	#FoldBelow #Poll .PollTop {
		width: 245px;
	}
	#PollArticle #Poll .PollTop {
		width: 720px;
		border: 1px solid #EB008C;
		background: #EB008C;
	}
#Poll .PollTop .Title {
	font-family: 'Gotham-Bold';
	font-size: 15px;
	padding: 5px 22px 4px;
	text-transform: uppercase;
}
	#PollArticle #Poll .PollTop .Title {
		color: #FFF;
	}
#Poll .pds-box {
	width: 730px;
	/*background: #0070ba;*/
	border-radius: 0;
	border: 1px solid #0070ba;
}
	#FoldBelow #Poll .pds-box {
		width: 245px;
		border: 0;
	}
	#PollArticle #Poll .pds-box {
		width: 720px;
		border: 1px solid #EB008C;
	}
#Poll .pds-box-outer {
	padding: 0;
}
#Poll .pds-question {
	/*background: #0070ba;*/
}
#Poll .pds-question-top {
	line-height: 38px;
	padding: 10px 20px 0;
	color: #0070ba;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Gotham-Book';
}
	#FoldBelow #Poll .pds-question-top {
		padding: 0px;
		font-size: 20px;
		line-height: 20px;
		font-family: 'Gotham-Medium';
	}
	#PollArticle #Poll .pds-question-top {
		color: #EB008C;
	}
#Poll .pds-answer {
	padding: 10px 20px;
	border: 0px;
}
	#FoldBelow #Poll .pds-answer {
		padding: 10px 0 0 0;
	}
#Poll .pds-answer-input {
	width: 22px;
}
#Poll .pds-answer label {
	line-height: 12px;
	color: #0070ba;
	font-family: 'Gotham-Book';
	font-weight: normal;
}
	#PollArticle #Poll .pds-answer label {
		color: #EB008C;
	}

#Poll .pds-links{
	display: none;
}
#Poll .pds-vote-button {
	background: #0070ba;
	color: #FFF;
	border: 1px solid #0070ba;
	font-family: 'Gotham-Book';
	text-transform: uppercase;
}
	#PollArticle #Poll .pds-vote-button {
		background: #EB008C;
		border: 1px solid #EB008C;
	}
#Poll .pds-vote {
	padding: 0px 20px 15px;
}
#Poll .account-options {
	display: none;
}

#Poll .pds-pd-link {
	display: none;
}

#FoldBelow .pds-input-label {
	width: 200px;
}
#FoldBelow .pds-answer-group {
	padding: 3px 0;
}