
.evalQuestion {
	text-align: right;
	padding-right: 5px;
	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;
}
input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1em;
}
.eventInfo	{
}


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