﻿body{
	background-color:#333333;
}
#contentDiv{
	max-width:600px;
}
#mainQuestionArea{
	margin: 20px auto auto auto;
	position:relative;
	border:0px solid black;
	background-color:#EBD119; /* was #f1e387 - not sure where this came from. Should be #EBD119 (Yell Oh?)  prev had #ece6a9; */
	border-radius:10px;
	min-height:260px;
	padding:10px;	
}
#questionDiv{
	border:0px black dotted;
	padding: 10px 10px 5px 10px;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:1.3em;
}
.optionDivs{
	border:0px solid black;
	border-radius:10px;
	padding: 10px 10px 5px 30px;
	min-height:20px;
	margin-top:10px;
	background-image:url('invisible30x30.png');
	background-repeat:no-repeat;
	background-color:#f6f6f6;
	display:none;
}
#nextButtonDiv{
	border:0px white solid;
	color:white;
	font-weight:bold;
	border-radius:10px;
	padding: 10px 10px 5px 15px;
	min-height:35px;
		line-height:35px;
	margin-top:10px;
	background-color:#005B72;
	background-image:url('indent30-arrowRightWhite.png');
	background-repeat:no-repeat;
	background-position:right center; 
	display:block;	
}
#theFeedbackArea{
	border:0px blue dotted;
	border-radius:10px;
	padding: 10px 10px 10px 10px;
	min-height:20px;
	margin-top:10px;
	background-color:#f6f6f6;
	display:none;
}
#theScoreDiv{
	padding: 10px 10px 10px 10px;
	min-height:20px;
	margin-top:10px;
	display:block;
}



