.quiz-el{
	background: #587BAC;
	font-size: 1em;
	position: relative;
	padding: .1em;
	width: 100%;
	}
.quiz-el div{
	padding: .2em;
	}
.quiz-el input{
	font-size: .9em;
	}
.q-innerArea{
	background: #ffffff;
	position:relative;
	clear: both;
	}
.q-header, .q-help, .q-review-menu {
	border-bottom: thin #000099 solid;
	}
.q-intro{
	padding: 0.1em;
	}
.q-title{
	overflow: hidden;
	width: 80%;
	margin: 0;
}
/*This is a hack, because IE fails on float:right.*/
.q-counter{
	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: #fefefe;
	border: .1em solid;
	border-color:#587BAC;
	font-size: 1em;
	position: relative;
}
.q-help-menu{
	display: inline;
	width: auto;
}
.q-help-info{
	clear:both;
}
.q-quit-confirm, .q-quit-area, .q-review-arrows{
	display: inline;
	width: auto;
}
.q-quit-area{
	float: center;
}
.q-review-arrows{
	position: relative;	/*IE hack.*/
	width: 2.3em;
}
.q-center{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.q-gameOver .q-statTotal{
	color: #587BAC;
}
.q-quesInput{
	width: 98%;
}
.q-ol{
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.q-ol-li{
	margin: 0.1em auto 0.1em auto;
}
.q-ol-hover{
	background: #777777;
}
.q-ol-active{
	background: #587BAC;
	color: #587BAC;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width:80%;
}
.q-select{
	font-size: 1em;
	width: 100%;
	color: #000000;
	text-align:left;
	font-weight: 300;
	}
.q-timer-area{
	display:block;
	text-align:center;
	width: auto;
}
.q-review-menu{
	text-align: center;
	width: auto;
}
.q-reviewBar-btns{
	position: relative;
	display: inline-block;
	width: 48%;
}
.q-rightArrow{
	float:right;
	width: 48%;
}
.q-leftArrow{
	float:left;
	width: 48%;
}
.q-timer-area{
	line-height: 0;
	height:0;
	}