fieldset 
{
	padding: 3px;
	margin-bottom: 15px;
}

legend
{
	font-weight: bold;
	font-size: 18px;
}

#quizResults 
{
}

#quizResults div
{
	min-height: 30px;
	vertical-align: middle;
}

#quizResults div p
{
	padding-left: 25px;
}

.quizCorrectAnswer 
{
	background-image: url('../Images/CorrectAnswer.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.quizYourAnswer
{
	background-color: Yellow;
	font-weight: bold;
	
}

.quizYourAnswerWrong
{
	background-image: url('../Images/InCorrectAnswer.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.quizResultsExplanation
{
	margin-top: 30px;
	text-align: center;
	border: dotted 1px #333;
	padding: 6px;
	width: 77%;
	margin-left: auto;
	margin-right: auto;
}

.quizResultsCorrect
{
	background-color: Green;
	color: White;
	font-weight: bold;
	padding: 5px;
}

.quizResultsIncorrect
{
	color:Red;
	padding: 5px;
	font-weight: bold;
}
