h3#formtop {
	color: #3891c2;
	font-weight: normal;
	font-size: 14pt;
}

h4 {
	font-size: 12pt !important;
	color: #09a0a8 !important;
	font-weight: normal !important;
}

.nominationprogress .progressbar {
	width: 211px;
	height: 41px;
	background-image: url(/graphics/nominations-progress-start.gif);
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

.nominationprogress .progresscomplete {
	width: 211px;
	height: 41px;
	background-image: url(/graphics/nominations-progress-end.gif);
	background-repeat: no-repeat;
}

fieldset {
	border: none;
	border-top: dotted #48a0ab 1px;
	padding-bottom: 3em;
	padding-left: 0px;
	overflow: hidden;
}

fieldset.solid {
	border-top: solid #48a0ab 1px;
}

fieldset .left {
	width: 49%;
	float: left;
}

fieldset .right {
	width: 49%;
	float: left;
}

.formcontainer {
	border-bottom: solid #48a0ab 1px;
	padding-bottom: 3em;
	margin-bottom: 2em;
}

label.break-line {
	display: block;
}

.navblock a {
	background-color: #3891c2;
	padding: 2px;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
}

.prevbutton {
	float: left;
}

.nextbutton {
	float: right;
}

.navblock {
	overflow: hidden;
	height: 40px;
}

h5 {
	font-size: 9pt !important;
}

label {
	line-height: 20pt;
}

label.leftfloat {
	float: left;
	clear: left;
	width: 50%;
	text-align: right;
}

label.leftfloat + input, label.leftfloat + select, .leftfloatinput {
	float: right;
	clear: right;
	margin-right: 10%;
	width: 37%;
}

.displayinline {
	display: inline !important;
}

textarea {
	display: block;
	clear: both;
	width: 100%;
}

label.break-line-left {
	clear: both;
	margin-left: 52%;
	float: left;
	margin-right: 10%;
}

address {
	padding-left: 3em;
}

p.hint {
	font-style: oblique;
}

.centre {
	text-align: center;
}

.big {
	padding-bottom: 2em;
}

input[type=submit], input[type=reset], .button {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #3891c2;
	padding: 5px;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border: none !important;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

select {
	width: 220px !important;
}
.capitals {
	text-transform: uppercase;
}

/* state/suburb prediction */
#predictor {
	position: absolute;
	background-color: white;
	border: 1px solid #aaaaaa;
	top: 0px;
	left: 0px;
	display: block;
	width: 250px;
	padding: 1px 1px 0px 1px;
}
#predictor ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#predictor ul li {
	display: block;
	padding: 2px 3px;
	margin: 0px;
	font-size: 9pt;
	margin-bottom: 1px;
	cursor: pointer;
}
#predictor ul li .suburb {
	font-weight: bold;
}
#predictor ul li .postcode {
	color: #cccccc;
}
#predictor ul li:hover, #predictor ul li.selected {
	background-color: #559d9b;
	color: white;
}
#predictor ul li:hover .postcode, #predictor ul li.selected .postcode {
	color: #99e2df;
}