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;
}

.nomsTop a, .navblock a {
	background-color: #3891c2;
	padding: 2px;
	cursor: pointer;
	color: white;
	text-decoration: none;
	position: relative;
	font-size: 8pt;
	font-weight: normal;
	width: 80px;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.prevbutton {
	float: left;
}

.nextbutton {
	float: right;
}

.navblock {
	height: 40px;
	position: relative;
}

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;
}
/* Nomination saving features */
.nomsOverlay {
	background: url(/graphics/overlay.png);
	position: absolute; 
	position: fixed;
	top: 0px;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrolltop-40+"px" : body.scrolltop-40+"px");
	z-index: 10000000;
}
.nomsDialog {
	background: white;
	width: 490px;
	position: absolute;
	z-index: 1000;
	padding: 20px 30px;
	z-index: 10000010;
}
.nomsDialog h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 19px;
	color: black;
}
.nomsDialog .errors {
	margin: 10px 0px;
	background: #ffd5d2;
	border: 1px solid #ff7a7d;
	color: #3d1d1e;
	border-left: none;
	border-right: none;
	padding: 5px 10px;
}
.nomsDialog form table {
	width: 100%;
}
.nomsDialog form table th,
.nomsDialog form table td {
	font-size: 9pt;
	padding: 2px;
}
.nomsDialog form table th {
	text-align: right;
	padding-right: 10px;
	width: 40%;
	font-weight: bold;
}
.nomsDialog form table th span {
	color: #cc0000;
}
.nomsDialog form table input {
	border: 1px solid #999999;
	border-top: 2px solid #999999;
	padding: 2px;
	font-size: 8pt;
	width: 70%;
}
.nomsDialog form table .buttons td {
	padding-top: 20px;
}
.nomsDialog form table .buttons td a, .nomsDialog a.button {
	color: white !important;
	cursor: pointer;
	display: inline-block;
	padding: 3px 10px;
	font-size: 9pt;
}
.nomsDialog .close {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(/graphics/closePreview.png) no-repeat;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.clifford {
	font-size: 16pt;
	color: #c00;
}
#saveNomProgress {
	position: absolute;
	left: 120px;
	right: 120px;
	text-align: center;
}
.nomsTop a,
#saveNomProgress label,
#saveNomProgress a {
	display: inline-block;
	margin: 0px 10px;
}
.nomsTop a,
#saveNomProgress a {
	position: relative;
	background: #383838;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.nomsTop .save,
#saveNomProgress .save {
	padding-left: 20px;
}
.nomsTop .save span,
#saveNomProgress .save span {
	background: url(/graphics/btn-save.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0px;
	left: -10px;
}
#saveNomProgress .delete {
	padding-left: 20px;
}
#saveNomProgress .delete span {
	background: url(/graphics/btn-delete.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0px;
	left: -10px;
}
.processing .spinner {
	background: white url(/graphics/ajax.gif) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
.resumeBox {
	float: right;
}
.resumeNomination {
	background: url(/graphics/resume_nomination_small.png) no-repeat !important;
	width: 194px !important;
	height: 38px !important;
	display: inline-block;
	cursor: pointer;
}
.resumeNomination span {
	display: none;
}
