/* We'll build on Main, but no reason to clutter it up. */
@import url("../DefaultStylesheet/1");
.questionRow {
	min-height: 30px;
	height: 100%;
}
form > #content .questionList { display: table; }
form > #content .questionList .questionRow { display: table-row; height: auto; }
form > #content .questionRow .evalQuestion, .questionRow > .field { display: table-cell; vertical-align: top; }
div.questionRow div {
}
div.evalQuestion {
	float: left;
	width: 200px;
	margin-right: 5px;
	height: 100%;
}
div.field {
	padding: 2px;
	height: 100%;
}
.requiredField .evalQuestion {
	font-weight: bold;
}
div.missingRequiredField div.evalQuestion {
	background-color: red;
	color: white;
	font-weight: bold;
}
div.questionRow textarea {
	width: 40em;
	height: 5em;
}
/* disabled due to not being IE */

