/*#quizArea{
	width:260px;
	
}*/
.quiz-el{
	background: #fff;
	/*font-size: 1.1em;*/
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	padding: 0.2em;
	/*width: 17em;*/
	width:250px;
}
.quiz-el div{
	padding: 0.2em;
}
.quiz-el input{
	font-size: 0.8em;
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	background: #fff;
	position:relative;
	clear: both;
	color: black;
}
.q-header, .q-help, .q-review-menu {
	border-bottom: thin #666 solid;
}
.q-intro{
	padding: 0.2em;
}
.q-title
{
	overflow: hidden;
	/*width: 80%;*/
	width: 96%;
	margin: 0;
	background:#fff;
	font-size: 16px;
	font-weight:600;
	color:#a2640d;
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	display:none;
	/*position: absolute;
	top: 0%;
	right: 0%;
	margin: 1%;
	padding: 0%;
}
.q-counter{
	float: right;*/
}
.q-help{
	position: relative;
	clear:both;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{
	background: #fff;
	/*border: thin #666 solid;*/
	/*font-size: 1.2em;*/
	font-size:12px;
	position: relative;
}
.q-result{
	background: #fff;
	/*border: thin red solid;
	font-size: 1.2em;*/
	color: #a2640d;
	font-size:12px;
	position: relative;
}
.q-ques{
	background: #fff;
	/*border: thin blue solid;
	font-size: 1.2em;*/
	font-size:12px;
	font-weight:600;
	color:#000;
	position: relative;
}
.q-ques h3{
	background: #fff;
	/*border: thin blue solid;
	font-size: 1.2em;*/
	color: #154A80;
	position: relative;
}

.q-ansSel{
	background: #fff;
	/*border: thin blue solid;
	font-size: 1.2em;*/
	font-size:12px;
	position: relative;
}

.q-help-menu{
	width: 97%;
}
.q-help-info{
	clear:both;
}
.q-quit-area{
	float:right;
	display: inline;
	width:auto;
	font-size:12px;
	font-weight:600;
}
.q-center{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.q-gameOver .q-statTotal{
	color: #154A80;
	font-size:13px;
	font-weight:600;
}
.q-quesInput{
	width: 95%;
}
.q-ol{
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.q-ol-li{
	margin: 0.4em auto 0.4em auto;
}
.q-ol-hover{
	background: #89A4D4;
	cursor:pointer;
}
.q-ol-active{
	background: #154A80;
	color: #fff;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width : 80%;
}
.q-select{
	font-size: 0.8em;
	width: 100%;
}
.q-timer-area{
	display:block;
	text-align:center;
	width: auto;
}
.q-review-menu{
	text-align: center;
	width: auto;
}
.q-reviewBar-btns{
	display: inline-block;
	width: 49%;
}
.q-leftArrow{
	float:left;
	display: inline;
	width:auto;
}
.q-timer-area{
	line-height: 0;
	height:0;
}