body {
	width: 100%;
	height: 100%;
}

#form, #form *, #form * * {
	margin: 0px;
	padding: 0px;
	}

#form {
	font-family: verdana, sans-serif;
	height: 500px;
	display: block;
	width: 470px;
	padding: 0px 15px 10px 15px;
	background: white;
	font-size: 10pt;
	position: relative;
	color: #565656;
	}
	
.online h1 {
	display: block;
	height: 30px;
	width: 250px;
	background: url('../images/onlinebanner.gif') no-repeat top left;
}

.voterReg h1 {
	display: block;
	height: 30px;
	width: 250px;
	background: url('../images/voterRegBanner.gif') no-repeat top left;
}

.absentee h1 {
	display: block;
	height: 30px;
	width: 250px;
	background: url('../images/absenteeBanner.gif') no-repeat top left;
}
	
div#formTop {
	background: transparent url('../images/formTop.gif') no-repeat bottom left;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

div#formBottom {
	background: transparent url('../images/formBottom.gif') no-repeat top left;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

#form p {
	clear: both;
	padding: 3px 0px;
	font-size: 10pt;
	width: 440px;
	}
	
#form strong {
	color: #454545;
	font-weight: 600;
}
	
#form h2 {
	font-size: 12pt;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	color: #0a0a65;
	}
	
#form label {
	display: block;
	clear: both;
	font-size: 11pt;
	margin: 5px 0px;
	}
	
#form input[type="text"] {
	margin: 0px 0px 5px 0px;
	font-size: 8pt;
	}
	
#form input[type="radio"] {
	margin: 0px 10px;
	}
	
#form input[type="button"] {
	width: 100px;
	clear: both;
	}
	
#form input[type="submit"] {
	width: 100px;
	clear: both;
	}
	
#form input[type="checkbox"] {
	float: left;
	margin: 0px 10px 5px 0px;
	clear: left;
	width: 15px;
	height: 15px;
	}
	
#form input[type="checkbox"][disabled] {
	background: #b2b2b2;
	float: left;
	margin: 0px 10px 5px 0px;
	clear: left;
	}
	
#form select {
	margin: 0px 5px 5px 0px;
	}
	
#form #formHeader {
	height: 50px;
	}
	
#form span {
	float: left;
	display: block;
	margin: 0px 20px 5px 0px;
	}
	
#form div.page {
	height: 370px;
	background: #f6f6f6;
	padding: 5px 10px;
}

.voterReg div#page09 {
	height: 400px;
}

.voterReg div#page10 {
	height: 400px;
}
	
#form span.tiny {
	font-size: 8pt;
	}
	
#form span.navigation {
	float: none;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 20px;
	}
	
#form .clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
.left {
	text-align: left;
	}
	
.error {
	color: #c81d2e;
	font-weight: bold;
	}
	
.errorMessage {
	color: #c81d2e;
	}
	
#errorPane {
	margin: 5px 0px;
	padding: 3px 5px;
	border-bottom: 1px dotted #c81d2e;
}
	
#overlay {
	display: none;
	width: 500px;
	margin: 50px auto;
	text-align: left;
	}
	
#overlayClose {
	float: right;
	margin: 0px;
	width: 24px;
	height: 24px;
	background: transparent url('../images/closeButton.gif') no-repeat top left;
	border: none;
	padding: 0px;
	text-indent: -1000px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}
	
#overlayClose:hover {
	background: transparent url('../images/closeButton.gif') no-repeat 0px -24px;
}
	
#overlayBackground{ 
	display: none;
	background-image: url('../images/overlay.png');
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	}
	
* html #overlayBackground {
	background-image: url('../images/ie_overlayBackground.gif');
}
	
.absentee #page02 span {
	float: none;
	height: 20px;
	margin: 2px 0px;
	}
	
.absentee #page09 input[type="radio"] {
	float: left;
	}
	
.absentee #page11 input[type="radio"] {
	float: left;
	}
 