@charset "utf-8";
/* CSS Document */

body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f49c2e;
}


#wrap {
	width: 1064px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#main {
	border: 1px #CCCCCC solid;
	width: 750px;
	padding: 10px 10px 10px 10px;
	float: left;
	margin-right: 20px;
	display: block;
	background-color: #FFFFFF;
}

#sidebar {
	float: right;
	border: 1px #CCCCCC solid;
	width: 250px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

#main h1, #sidebar h1 {
	font: 20px Verdana;
	color: #FFFFFF;
	display: block;
	background-color: #AAAAAA;
	padding: 10px 10px 10px 10px;
}	

#main h2, #sidebar h2 {
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
	color: #000000;
}

#main p, #sidebar p {
	font: 12px Verdana;
	color: #000000;
	line-height: 20px;
}

#main a:hover, #sidebar a:hover {
	color: #003366;
}

#smallType {
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 10px 10px 10px;
	font: 10px Verdana;
}

#pageText {
	border-bottom: 1px #666666 solid;
	margin-bottom: 20px;
}

#footer {
	width: 1064px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	font: 12px Verdana;
	overflow: auto;
}

#footer p {
	float: right;
}

/*******************/
/* BALLOT 1 STYLES */
/*******************/

#voteLeft {
	position: relative;
	float: left;
	width: 365px;
	height: 200px;
	margin-bottom: 20px;
	border: 1px #BBBBBB solid;
}

#voteRight {
	position: relative;
	float: right;
	width: 365px;
	height: 200px;
	margin-bottom: 20px;
	border: 1px #BBBBBB solid;
}

#voteFull {
	float: left;
	width: 750px;
	height: 200px;
	margin-bottom: 20px;
	border: 1px #BBBBBB solid;
}

#voteLeft h1, #voteRight h1, #voteFull h1 {
	font: 14px Verdana;
	color: #FFFFFF;
	display: block;
	background-color: #AAAAAA;
	margin-top: 0px;
}

/* form {
   position: relative;
} */

label {
	display: block;
} 

label input {
	position: absolute;
	left: 130px;
	width: 175px;
	vertical-align: middle;
}

#voteFull input {
	position: absolute;
	width: 500px;
	vertical-align: middle;
}

#voteLeft p, #voteRight p, #voteFull p {
	margin: 14px 10px 10px 10px;
}

.resultTitle {
	font-weight: bold;
}

/*******************/
/* BALLOT 2 STYLES */
/*******************/

#ballot2 {
	width: 100%;
	border: 1px #BBBBBB solid;
	margin-bottom: 20px;
}

#ballot2 h1 {
	font: 14px Verdana;
	color: #FFFFFF;
	display: block;
	background-color: #BBBBBB;
	margin-top: 0px;
}

#ballot2 p {
	margin: 14px 10px 10px 10px;
}

#ballot2 table {
	margin-bottom: 20px;
}

#ballot2 tr td {
	font: 12px Verdana;
	color: #000000;
	line-height: 20px;
}

/*******************/
/* BALLOT 2 STYLES */
/*******************/

#submit {
	clear: left;
}

input.button {
	padding: 10px 10px 10px 10px;
	background: #f49c2e;
	width: 200px;
	color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
}

input.pin {
	height: 26px;
	font: 18px Verdana;
	font-weight: bold;
	color: #999999;
}
