/* 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.evalQuestion {
	float: left;
	width: 120px;
	margin-right: 5px;
	height: 100%;
	text-align: right;
}
div.field {
	height: 100%;
}
div.missingRequiredField div.evalQuestion {
	background-color: red;
	color: white;
	font-weight: bold;
}
div.questionRow textarea {
	width: 40em;
	height: 10em;
}
.evalQuestionsBox { text-align: center }
.questionList {
	margin: 0 auto;
	text-align: left;
	background-color: #b0c3d4;
	width: 420px
}
#FirstName_Row {
	background-image: url("../Files/rect/$FILE/rect-nw.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
#FirstName_Row .field {
	padding-top: 20px;
	background-image: url("../Files/rect/$FILE/rect-ne.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#FirstName_Row .evalQuestion { padding-top: 20px }
#EmailAddress_Row {
	background-image: url("../Files/rect/$FILE/rect-sw.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#EmailAddress_Row .field {
	padding-bottom: 20px;
	background-image: url("../Files/rect/$FILE/rect-se.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#EmailAddress_Row .evalQuestion { padding-bottom: 20px }
#content .disclaimer { color: #444 }
#content { text-align: center }
#content .blockImport { text-align: left }
/* disabled due to not being IE */

