
.evalQuestion {
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}
.requiredField .evalQuestion { font-weight: bold }
.errorMessage { color: red; font-weight: bold; background-color: white }
fieldset {
	padding: 0 5px;
	border: 1px solid #999;
}
legend {
	border: 1px solid #999;
	background-color: #eee;
	padding: 3px;
	margin-bottom: 10px;
}
#submitButton { margin-top: 1em }


.questionRow { display: table-row; min-height: 30px }
.evalQuestion { display: table-cell; width: 150px; padding: 3px }
.field { display: table-cell; padding: 3px }
.errorMessage { padding: 2px }
#Check_here_if_you_would_like_to__Row { display: block }
#Check_here_if_you_would_like_to__Row .field { display: block }
