#main {
	font-size: 10pt;
}

fieldset {
	border: solid 1px #999;
	width: 490px;
	margin-bottom: 15px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}

legend {
	color: #000;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #fff86a;
	background: #9407df;
	border: 2px outset #9407df;
	width: 120px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

.entry {
	width: 510px;
	border-bottom: solid 1px #999999;
	padding: 12px 0 30px 0;
	clear: both;
}

#firstEntry {
	border-top: solid 1px #999999;
}

.entry .field {
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.navigation {
	width: 490px;
	margin-top: 25px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	width: 510px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}

.challengeImage {
	margin-top: 0px;
}
