/* Mask */
div.quizMask {
	position:absolute;
	margin: 0 auto;
	z-index:5;
	display:none;
	background-color:#bfbfbf;
}

div#gameQuiz { width:600px; height:400px; overflow:hidden;background-color:#fff;}

div#eraserMan { width:230px; height:400px; float:left; }

div#quizBox { background:url(../../web_images/quizBox.png) no-repeat top left; width:362px; height:347px; float:right; margin:28px 8px 0px 0px; position:relative; }
div#quizBox a.closeButton { background:url(../../web_images/closeNormal.png) no-repeat top left; width:27px; height:27px; display:block; text-indent:-9999px; position:absolute; top:-12px; right:-7px; }
div#quizBox a.closeButton:hover { background:url(../../web_images/closeHover.png) no-repeat top left; width:27px; height:27px; display:block; text-indent:-9999px; position:absolute; top:-12px; right:-7px; }

div#gameQuiz ul.detail { list-style:inside disc; color:#c2ebff; line-height:18px; font-size:14px; margin-left:160px; }
div#gameQuiz ul.detail li span { color:#ababab; }

div#gameQuiz div.linkBox { width:220px; margin:30px auto 0px auto; }
div#gameQuiz div.linkBox a.checkButton { background:url(../../web_images/check.png) no-repeat top left; width:101px; height:28px; display:block; text-indent:-9999px; float:left; }
div#gameQuiz div.linkBox a.checkButton:hover { background:url(../../web_images/checkHover.png) no-repeat top left; width:101px; height:28px; display:block; text-indent:-9999px; float:left; }
div#gameQuiz div.linkBox a.closeButton { background:url(../../web_images/close2.png) no-repeat top left; width:101px; height:28px; display:block; text-indent:-9999px; float:right; }
div#gameQuiz div.linkBox a.closeButton:hover { background:url(../../web_images/close2Hover.png) no-repeat top left; width:101px; height:28px; display:block; text-indent:-9999px; float:right; }

div#gameQuiz div.question { width:320px; padding:30px 10px 10px 25px; font-family:Tahoma; font-size:14px; color:#6d6d6d; line-height:18px; text-align: left;}

div#gameQuiz form.answer { width:300px; overflow:hidden; padding:10px 0px 0px 10px; }
div#gameQuiz form.answer div.row { width:300px; overflow:hidden; margin:5px 0px; }
div#gameQuiz form.answer div.row input.radioButton { float:left; }

div#gameQuiz div.bottom { width:300px; overflow:hidden; position:absolute; bottom:15px; left:35px; }
div#gameQuiz div.bottom a.answerButton { background:url(../../web_images/answer.png) no-repeat top left; width:142px; height:51px; display:block; text-indent:-9999px; float:left; }
div#gameQuiz div.bottom a.answerButton:hover { background:url(../../web_images/answerHover.png) no-repeat top left; width:142px; height:51px; display:block; text-indent:-9999px; float:left; }
div#gameQuiz div.bottom div.timeBox { background:url(../../web_images/timeBg.png) no-repeat top left; width:142px; height:51px; float:right; }
div#gameQuiz div.bottom div.timeBox p { font-family:Tahoma; font-size:40px; color:#de3232; padding:5px 20px; }
