@charset "UTF-8";
/* CSS Document */





.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer

{
	background-color: #FFFFFF;
	color: #111111;
}

div.Feedback {
	color: #000066;
	background-color: #CCCCCC;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	border-color:#7f7f7f;
	padding:32px 32px 16px 32px;/* This controls the padding which separates the outer box from the inner box. In this case the distance of the bottom of the OK box works in the same way. */
	text-align: center;
	position: absolute;
	display: none;
	font-size: 100%;
}

#FeedbackContent
	{
	background-color: #ffffff;
	color: #000066;
	border: thin solid #7f7f7f;
	margin-bottom:12px;/*This Pushes the OK button away from white box which contains the answers.*/
	padding:32px 16px 8px 16px;/*This controls the distance of the text from the sides of the inner box.*/
	}
	
	
