#content label
{
	display: block;
	clear: both;
	padding-bottom: 1em;
	padding-left: 12em;
}

#content label.completed
{
	display: none;
}

#content label .labelText
{
	position: relative;
	width: 10em;
	left: -12em;
	float: left;
	margin-right: -10em;
	padding-bottom: 1em;
}

#content label.required .labelText
{
	font-weight: bold;
}

#content label .requiredMarker
{
	display: block;
	color: #999999;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
}

#content input.small
{
	width: 5em;
}

#content .correctionIcon
{
	position: relative;
	left: -2em;
	top: 2px;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: -17px;
	vertical-align: middle;
}
#content .correctionText
{
	display: block;
	color: #006600;
	font-weight: bold;
}
#content .warning
{
	color: #CC0000;
	font-weight: bold;
}