#question {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

#questionNumber {
	position: absolute;
	bottom: 1em;
	right: 1em;
	background: #333;
	font-weight: bold;
	font-size: 14px;
	padding: 0.5em;
	border: 1px solid #e3b03c;
	color: #ee2b2c;
}

#MultipleChoiceAnswers {
	position:absolute;
	width:100px;
	visibility: visible;
	padding: 4px 0px 0px 8px;
}

.MultipleChoiceOdd,
.MultipleChoiceEven {
	height: auto;
	visibility: visible;
	font-size: 11pt;
/*	border: 1px solid #C0C0C0; */
	padding: 2px 2px 2px 2px;
}

.MultipleChoiceOdd {
/*	background-color: #F0F8FF; */

}

.MultipleChoiceEven {
	
}

#MultipleChoiceBtnJudge {
	/* position:absolute; */
	left:65px;
	width:48px;
	height:25px;
}

#MultipleChoiceBtnJudge input {
	color: #666;
}

#MultipleChoiceCorrect,
#MultipleChoiceIncorrect {
	border:1px solid;
	color:#111111;
	font-size:11pt;
	font-weight:bold;
	position:absolute;
	right: 0;
	width:66%;
	padding-top: -8px;
	height:250px;
	padding:1em;
	visibility: hidden;
	scroll: auto;
	overflow: auto;
}

#MultipleChoiceCorrect p,
#MultipleChoiceIncorrect p {
	margin-top: 0;
}

#MultipleChoiceCorrect a,
#MultipleChoiceIncorrect a {
	color: red;
}

#MultipleChoiceCorrect a:hover,
#MultipleChoiceIncorrect a:hover {
	color: #111;
}

#MultipleChoiceCorrect {
	background-color:#C0FFC0;
}

#MultipleChoiceIncorrect {
	background:#FFC0C0;
	/* background-image: url("/images/splat3.gif"); */
	background-repeat:	no-repeat; 
	background-position: top right;


}

#MultipleChoiceMakeSelection {
	position: absolute;
	left: 715px;
	width: 220px;
	height: 250px;
	border: 1px solid;
	padding: 2px;
	margin:9px 0px 0px 0px;
	font-size: 11pt;
	background-color: #FFFF99;
	visibility: hidden;
	overflow: auto;
}

#courseNote {
	font-size: 10px;
	color: #999;
	margin-top: -1em;
	/* letter-spacing: .04em; */
}

