@import "/EI/CSS/Public/Countdown/shared.css";

.countdown.vote .otherSubmission > input.text {max-width: 50%;}
.countdown.vote .largeheader {clear: both;}
.countdown.vote .thanks, .countdown.vote .castVote, .countdown.vote .alreadyVoted, .vote img.headerImage {margin: .75em 0;}
.countdown.vote .thanks, .countdown.vote .castVote, .vote img.headerImage {clear: both;}
	.countdown.vote .castVote {display: block;}
	.countdown.vote .alreadyVoted em {font-weight: normal;}
.vote .votingOptions {}
	.vote .votingOptions .col1, .vote .votingOptions .col2 {
		width: 48%;
		}
	.vote .votingOptions .col1 {float:left;}
	.vote .votingOptions .col2 {float:right;}
	.vote .votingOptions .choices {
		padding: 0; margin: 0; list-style-type: none;
		}
	.vote .votingOptions .choices > li {
		padding: 0 0 0 2.5em; margin: 0 0 .75em; text-indent: -2.5em;
		}
	.vote .votingOptions input[type=checkbox] {margin: 0 .75em 0 0;}
	.vote .votingOptions input[type=checkbox], .vote .votingOptions label {
		display: inline; vertical-align: middle;
		}
.vote .otherSubmission {
	margin: 0 0 .75em;
	clear: both;
	}
	.vote .otherSubmission input[type=text] {margin-left: .25em;}
.vote .buttonGo {margin: .5em 0;}
.vote [id$=lblInvalidSubmissionMessage].errorMode {display: block;}
.vote [id$=lblInvalidSubmissionMessage].errorMode > .errorHeader {margin-bottom: 0;}
