/*----------------------------------jQuizMe-plugin-------------------------------*/
/*
Programmed and CopyWrited by Larry Battle 2008 - 3/6/09
*/	
.quiz-el{
	background-color: #4574A7;
	font-size: 1.1em;
	position: relative;
	padding: 0.2em;
	width: 28em;
	margin:10px 0 10px 10px;
}
.quiz-el div{
	padding: 0.2em;
}
.quiz-el input{
	font-size: 0.8em;
}
.q-header, .q-help, .q-prob, .q-intro, .q-gameOver{
	background-color: #C2D8EF;
	color: black;
	position: relative;
}
.q-header, .q-help{
	border-bottom: thin black solid
}
.q-intro{
	padding: 0.2em;
}
.q-title{
	display: inline;
	overflow: hidden;
	width: 80%;
	margin: 0;
}
.q-counter{
	position: absolute;
	top: 0;
	right: 0;
	display: inline;
	overflow: hidden;
	width: auto;
	margin: 0;
}
.q-help{
	position: relative;
	/*clear:both;*/
}
.q-ques, .q-ans, .q-result{
	background-color: #fff;
	border: thin black solid;
	font-size: 1.2em;
	position: relative;
}
.quit-btn{
	position: absolute;
	right: 4%;
}
.q-gameOver{
	color: #000;
	font-size: 1.3em;
	text-align: center;
}
.q-gameOver .stat{
	color: blue;
}
.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-color: #DB4C8E;
	color:#000;
}
.q-ol-active{
	background-color: black;
	color: #ccffaa
}
.q-select{
	width: 100%;
	font-size: large;
}