#pollCenter .top-content {
    background-color: #E8E8E8;
    padding: 18px 0 50px 18px;
}
#pollCenter .featuredPoll{}
#pollCenter .pc-poll{float:left;position:relative;width:305px;height:auto;padding:18px 18px 0 0;}
#pollCenter .poll-facebook-comment {padding:18px 10px 10px 0;}
#pollCenter .buttons-background{background:url(../images/content/button-background.png) repeat-x; height:34px;margin-right:22px;}
#pollCenter .small-buttons-background{background:url(../images/content/button-background.png) repeat-x; height:34px;}
#pollCenter .comment-button{display:inline-block;background:url(../images/content/comment-button.png) 100% no-repeat;width:87px;padding:9px 0 9px 9px;}
#pollCenter .comment-button:hover {cursor:pointer;}
#pollCenter .social-buttons{display:inline-block;padding:7px 0 0 9px;}


.pollPage {
	background: #E8E8E8;
	color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.pollPage body {
	margin: 0;
	padding: 0;
}

.pollPage .content {
	width: 305px;
}

.pollPage .content .header {
	padding-top: 23px;
	height: 77px;
	width: 305px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color:#C41230;
	text-transform:uppercase;
}

.pollPage #poll.content {
	display: none;
}

.pollPage #poll.content #pollOptionList {
	width: 305px;
	margin-top: 18px;
	margin-left: 26px;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
}

#pollOptionList td.option-line {
    padding: 8px 0;
}

.pollPage #poll.content #pollOptionList input {
    display: inline-block;
	margin: 0;
	padding: 0;
    vertical-align: middle;
}

.pollPage #poll.content #pollOptionList label {
    display: inline-block;
	padding-left: 23px;
	line-height: 15px;
	color: #222222;
    width: 230px;
    vertical-align: middle;
}

.pollPage #poll.content .footer {
	height: 70px;
	width: 305px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.pollPage #poll.content .footer .pollVoteButton {
	width: 60px;
	margin: 0 auto;
	background-color: #C41230;
}

.pollPage #poll.content .footer .pollVoteButton:hover {
	background-color: #8D8D8D;
	cursor: pointer;
}

.pollPage #poll.content .footer .pollVoteButtonText {
	height: 25px;
	width: 60px;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	text-transform: uppercase;
}

.pollPage #results.content {
	display: none;
}

.pollPage #results.content #pollResultList {
	width: 305px;
	margin-top: 18px;
	margin-left: 20px;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
}

.pollPage #results.content #pollResultList td {
	padding: 0;
}

.pollPage #results.content #pollResultList .resultBox {
	display: inline-block;
	width: 34px;
	height: 30px;
	padding: 0 3px;
	background-color: #222222;
	line-height: 30px;
	font-size: 19px;
	text-align: center;
    vertical-align: middle;
}

.pollPage #results.content #pollResultList .winner .resultBox {
	background-color: #C41230;
}

.pollPage #results.content #pollResultList .resultBox sup {
	font-size: 14px;
	vertical-align: middle;
}

.pollPage #results.content #pollResultList .resultLabel {
	display: inline-block;
	padding-left: 7px;
	color: #222222;
    width: 240px;
    vertical-align: middle;
}

.pollPage #results.content #pollResultList .winner .resultLabel {
	color: #C41230;
}

.pollPage .content.error {
	display: none;
	padding-top: 50px;
}
