@CHARSET "UTF-8";
body {
	font-family: sans-serif;
}
p {
	font-size: 13px;
}

img {
	border: none;
}

h1 {
	color: #928975;
	text-transform: uppercase;
	text-decoration: underline;
}

h2 {
	margin-top: 34px;
}

#header {
	text-align:center;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#nominatorDivWrapper {
	width:95%;
	margin: auto;
}

#nominatorDiv {
	background: #a6cbf1;
	padding: 10px 20px;
	border: 1px solid #355b7c;
	height: 340px;
}

#nominatorDiv.autoHeight {
		height: auto;
}

#nominatorDiv ul {
	padding: 0px;
	background: #fff;
	border: solid 1px #8eb2d7;
	color: #355b7c;
	font-size: 12px;
	padding: 4px;
}

#nominatorDiv ul li {
	list-style: none;
	margin-bottom: 4px;
}

#nomineeForm {
	padding: 20px;
	border: 1px solid #928975;
	background: #EDE3CD;
}

#nomineeDiv {
	width:95%;
	margin: auto;
	
}

li.hide {
	height: 0px;
}

li.show {
	height:auto;
}

div.column {
	float: left;
	width: 47%;
	margin-top: 4px;
	margin-right: 20px;
}

div.column input {
	display: block;
	width: 300px;
	margin-bottom: 3px;
	border: 1px solid #355b7c;
	font-size: 18px;
}

div.column label {
	font-size: 11px;
	background: #355b7c;
	padding: 2px 8px;
	color: white;
}

div.bottom {
	clear:both;
	text-align: right;
	background: #a6cbf1;
	position: relative;
}

div.bottom input, div.bottom a {
	position: absolute;
	top: -20px;
	right: 10px;
	width: 100px;
	border: 1px solid #355b7c;
	color: white;
	background: #355b7c;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	height: 16px;
	line-height: 15px
}

.note {
	font-size: 12px;
	color: #666;
	font-style: italic;
}

#nominees li {
	list-style: none;
	font-size: 14px;
	background: #DFD4BF;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d3c8b3;
}

#nominees {
	padding: 12px 0 0 0;
	clear: both;
}

#wrapper #content input.error {
	background: #ffdbdc;
	border-color: #950007;
}

#wrapper #content label.error {
	background: #950007;
	border-color: #950007;
}

#wrapper #content input.validated {
	background: #d4ffd2;
	border-color: #1bab11;
}

#wrapper #content label.validated {
	background: #18970f;
	border-color: #18970f;
}

#nomineeDiv div.input {
	float: left;
	margin-right: 20px;
}

#nomineeDiv div.input input {
	display: block;
	width: 180px;
	margin-bottom: 3px;
	border: 1px solid #948975;
	font-size: 18px;
}

#nomineeDiv div.input label {
	font-size: 11px;
	background: #948975;
	padding: 2px 8px;
	color: white;
}

#nomineeDiv div.select {
	float: right;
	margin-top: 22px;
}
