#questionForm
{
	position:absolute;
	top:143px;
	left:38px;
	z-index:5;
	width:410px;
	height:350px;
}
/*
#initialText
{
	height:93px;
}
*/
#questionContainer
{
	padding: 0px;
	margin:0px;
	overflow:auto;
}

.questionInputC
{
	vertical-align:top;
}

.questionInputC img
{
	cursor:pointer;
	margin-right:5px;
}

.questionTextC a
{
	display:inline-block;
	width:385px;
	text-decoration:none;
}
.questionRowC td
{
}
.questionSpacerRowC
{
	height:13px;
	font-size:1px;
	overflow:hidden;
}

.questionMarkC
{
	width:21px;
	text-align:right;
	vertical-align:bottom;
}

.feedbackText
{
	position:absolute;
	left:460px;
	top:140px;
	width:479px;
	height:328px;
	/*
	background-repeat:no-repeat;
	background-image:	url(../../images/content/feedback_background.png);
	behavior: url("../../../css/iepngfix.htc");*/
	display:none;
}

.feedbackBackgroundC
{
	position:absolute;
	left:0px;
	top:0px;
	width:479px;
	height:328px;
	background-repeat:no-repeat;
	background-image:	url(../../images/content/feedback_background.png);
	behavior: url("../../../css/iepngfix.htc");
}
.innerText
{
	position: absolute;
	top:20px;
	left:40px;
	width:360px;
	padding-right:10px;
	height:272px;
	overflow:auto;
}
#graphicL
{
	position: absolute;
	left:460px;
	top:140px;
	z-index:30;
}

#confirmButtonL, #retryButtonL
{
	float:right;
	margin-right:10px;
}
#retryButtonL
{
	display:none;
}

#initialInstructionText
{
	display:inline;
}

#correctFeedbackHolderL
{
	display:none;
}

.questionRowC {
	padding:0px 0px 10px 0px
}



#largeGraphicL
{
	position:absolute;
	top:-15px;
	left:10px;
	width: 913px;
	height: 545px;
	text-align: center;
	border:1px solid black;
	display:none;
	overflow:hidden;
	z-index:50;
}

#popupBackgroundL
{
	position:absolute;
	left:-446px;
	top:-1px;
	width:479px;
	height:328px;
	background-image:url(../../images/content/exploratory/popup_background.png);
	background-repeat:no-repeat;
	behavior: url("../../../css/iepngfix.htc");
	display:none;
}

#stateWrapper.graphicRight #graphicL img,
#stateWrapper.graphicLeft #graphicL img
{
	z-index:21;
}