.headlabel {
	font-weight: bold;
	font-style: normal; /* italic is sometimes inherited */
	position: relative;
	color: #333;
}
.headlabel span {
	font-weight: normal;
}
.headlabel.required {
}
.headlabel.optional {
	font-weight: normal;
}

label.error {
	font-weight: bold;
	color: #f00;
}
label.warning {
	font-weight: bold;
	color: #a00;
}

p.required {
	font-weight: bold;
}
span.required-star {
	color: #a00;
	padding-left: 0.1em;
	font-size: 1.5em;
	line-height: 0;
	font-weight: bold;
	position: relative;
	top: 0.2em;
}
.required span {
	font-weight: normal;
}

.notrequired {
	font-weight: normal;
	padding-left: 0.25em;
}

p.required-explanation {
	margin-top: 0 !important;
	padding: 0 10em 0.5em 2.15em !important;
}
.required-explanation a:hover {
	text-decoration: none !important;
}
p.explanation {
	padding-top: 0.5em !important;
	padding-right: 5em !important;
}

.submit-button {
	margin-right: 0.5em;
}
.submit-button:hover {
	color: #a00;
}
.submit-button[disabled],
.submit-button[disabled]:hover {
	color: #999;
}
