label {
	font-weight: bold;
	display: block;
}

fieldset {
	border: none;
}

fieldset legend {
	display: none;
}

ol {
	list-style: none;
}

div.errorExplanation {
	margin: 1em 0 1em 1em;
	
}

div.errorExplanation h2 {
	color: red;
	font-weight: bold;
}

div.errorExplanation p {
	padding: 0; margin: 0;
}

div.errorExplanation ul {
	padding-left: 2em;
}

div.errorExplanation ul li {
	list-style-type: disc;
}

div.fieldWithErrors {
	display: inline;
}

#positiondetail .details {
  width: 500px;
}

#positiondetail table {
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  width: 100%;
}

#positiondetail table th {
  padding-top: .5em;
  font-weight: bold;
	text-align: left;
}

#positiondetail table td {
  padding-bottom: .5em;
}

fieldset.submit {
	margin-top: 1em;
}

