/*
jQuizMe 2.1 - 12/15/09 Programmed and CopyWrited by Larry Battle 2008 - 2009 
*/	
.quiz-el{
	position: relative;
	/*width: 17em;*/
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	padding:5px;
	/*position:relative;
	clear: both;*/
}
.q-ansResult {
	margin-left:650px; width:200px
}
.q-ques {
	float:left; width:620px
}
.q-probArea{
	background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 10px;
	margin-top:5px;
}
.q-result {
	/*margin-top: 5px;*/
	
}
.q-header, .q-help, .q-review-menu {
	border-bottom: 1px black solid;
}
.q-intro{
	padding: 5px;
}
.q-title{
	float:left; width:620px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.q-help{
	/*position: relative;*/
	clear:both;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-prob {
	clear:both;
}
.q-help-menu{
	width:850px;
/*width: 97%;*/

}
.q-quit-area{
	float: right;
}
.clear {
clear:both;
}
.q-help-info{
	/*
border:1px dotted #000000;
	padding:5px;
*/
	margin-top:5px;
	margin-bottom:5px;
	
	background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted #CCC;
    padding: 10px;
}
.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: #777777;
}
.q-ol-active{
	background: black;
	color: #ccffaa;
}
.q-ol-li input {
	/*background-color:#F4F4F4;*/
}
.q-counter{
	margin-left:650px; width:200px; text-align:right;
	/*float: right;*/
}
/*This is a hack, because IE fails on float:right.*/
/*.q-counter{
	position: absolute;
	top: 0%;
	right: 0%;
	margin: 1%;
	padding: 0%;
}
.q-ans {
}
.quiz-el div{

}
.quiz-el input{

}.q-help-info{
	clear:both;
}
.q-quit-area, .q-review-arrows{
	display: inline;
	width: auto;
}
.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: blue;
}
.q-quesInput{
	width: 95%;
}*/
/*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{
	position: relative;
	display: inline-block;
	width: 49%;
}
.q-rightArrow{
	float:right;
}
.q-leftArrow{
	float:left;
}
.q-timer-area{
	line-height: 0;
	height:0;
}
.quiz-el {
	background-color: #FFFFFF;
}
.q-ques {
	margin: 5px;
}*/
