.quiz {
 width: 478px;
 height: 450px;
 padding: 0px 14px 0px 8px;
 background: url('/images/quiz/bg.jpg') no-repeat;
 font-size: 10pt;
}
* html .quiz {
 width: 500px;
}

.quizQuestion, .quizAddscore {
 padding: 200px 0px 0px 0px;
 height: 110px;
}
* html .quizQuestion, * html .quizAddscore {
 height: 310px;
}

.quizQuestion {
 font-weight: bold;
}

.quizAnswers a {
 float: left;
 width: 185px;
 display: block;
 height: 55px;
 padding-left: 50px;
}
* html .quizAnswers a {
 width: 235px;
}

.quizA a {
 background: url('/images/quiz/a.jpg') no-repeat;
}

.quizA a:hover, .quizASelect a {
 background: url('/images/quiz/a_select.jpg') no-repeat;
}

.quizARight a {
 background: url('/images/quiz/a_right.jpg') no-repeat;
}

.quizB a {
 background: url('/images/quiz/b.jpg') no-repeat;
}

.quizB a:hover, .quizBSelect a {
 background: url('/images/quiz/b_select.jpg') no-repeat;
}

.quizBRight a {
 background: url('/images/quiz/b_right.jpg') no-repeat;
}

.quizC a {
 background: url('/images/quiz/c.jpg') no-repeat;
}

.quizC a:hover, .quizCSelect a {
 background: url('/images/quiz/c_select.jpg') no-repeat;
}

.quizCRight a {
 background: url('/images/quiz/c_right.jpg') no-repeat;
}

.quizD a {
 background: url('/images/quiz/d.jpg') no-repeat;
}

.quizD a:hover, .quizDSelect a {
 background: url('/images/quiz/d_select.jpg') no-repeat;
}

.quizDRight a {
 background: url('/images/quiz/d_right.jpg') no-repeat;
}

.quizHighscore1 {
 width: 500px;
 height: 196px;
 background: url('/images/quiz/bghs1.jpg') no-repeat;
}

.quizHighscore2 {
 width: 478px;
 padding: 0px 14px 0px 8px;
 background: url('/images/quiz/bghs2.jpg') repeat-y;
 font-size: 10pt;
}
* html .quizHighscore2 {
 width: 500px;
}

.quizHighscore3 {
 width: 500px;
 height: 16px;
 background: url('/images/quiz/bghs3.jpg') no-repeat;
}

.quizHighscoretable {
 width: 100%;
 border: 1px solid #EEEEEE;
 font-size: 10pt;
}

.quizHighscoretable th {
 border: 1px solid #EEEEEE;
 background: #EEEEEE url('/images/th.jpg') repeat-x;
}

.quizHighscoretable td {
 border: 1px solid #EEEEEE;
}