
div.questionRow { margin-bottom: 2em }
div.field { padding: 5px }
div.questionRow textarea {
	width: 23em;
	height: 10em;
}
.requiredField .evalQuestion { font-weight: bold }
.errorMessage { color: red; font-weight: bold; background-color: white }
.evalQuestion1 {
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}


