/* CSS Document */
/*** Stop Hiding nomination form while inactive - Jan 2007 
form#nominate07 {
	display: none;
}
h2#nominationform {
	display: none;
}
End stop hiding nomination form while inactive - Jan 2007 ***/


h2#nominationform {
	background: #00448d;
	color: #fff;
	font-size: 0.9em;
	padding: 3px;
}
form#nominate08 p {
	clear: both;
}
form#nominate08 fieldset {
	margin-bottom: 1em;
	border: 1px solid #00448d;
}
form#nominate08 legend {
	font: bold 1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #00448d;
}
form#nominate08 p label {
	float: left;
	width: 30%;
	vertical-align: text-top;
	text-align: right;
	padding-right: 0.5em;
	padding-bottom: 1em;
}

input, textarea, select {
	margin-bottom: 10px;
	vertical-align: top;
}

