#ballot-innerbox {
	display : block;
	width: 809px;
	margin : 0 auto;
}

#ballot-innerbox p{
	font-size : 1.3em;
}

h1 {
	font-size : 2em;
	color : #c50;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 16px;
}

h2 {
	font-size : 1.6em;
	color : #c50;
	font-weight : bold;
	margin-bottom : 10px;
}

h2.verify {
	color : #3F93B9;
}

td {
	padding : 3px;
	font-size : 1.3em;
}

.instr {
	width : 550px;
	color : #333
}
 
td.candidate {
	background-image : url(../images/vote/candidate.gif);
	background-repeat : no-repeat;
	font-weight : bold
}

td.mainColHead {
	background-color : #D56609;
	font-size : 1.4em;
	font-weight : bold;
	color : #fff;
	text-align : center;
}

td.optHead {
	background-color : #ccc;
	font-weight : bold;
	color : #fff;
}

td.choiceColHead {
	background-color : #3F93B9;
	font-size : 1.3em;
	color : #fff;
	text-align : center;
}

.chead {
	font-weight : bold;
	font-size : 1.6em;
}

td.anybodyColHead {
	background-color : #D56609;
	font-size : 1.5em;
	color : #fff;
	text-align : center;
}

td.checkbox {
	text-align : center;
}

#verification-area {
	padding-top : 20px;
}

