
.notext{ text-indent:-1000px; }
.quiz em{
	display:block;
	padding:2px 30px 5px 33px;
	color:#676767;
	font-size:13px;
	font-style:normal;
}

.quiz em span{ color:#68c03a; }

.quiz h3{ font-weight:normal; }
.quiz fieldset{ padding:2px 30px 5px 33px; }

.quiz .btnRadio, .quiz .on{ width:17px; height:15px; }
.quiz label{ color:#676767; font-size:13px; }

.quiz .btnRadio{ background-image:url(../img/radio_off.gif); background-repeat:no-repeat; background-position:2px 4px; }
.quiz .on{ background-image:url(../img/radio_ok.gif); background-repeat:no-repeat; background-position:2px 4px; }

#question1 span.btnRadio{ background-image:url(../img/radio_off_first.gif); background-repeat:no-repeat; background-position:2px 4px; }
#question1 span.btnRadio.on{ background-image:url(../img/radio_ok_first.gif); background-repeat:no-repeat; background-position:2px 4px; }

#SubmitQuiz{ cursor:pointer; display:block; margin:20px auto; width:143px; height:60px; background-image:url(../img/submit_quiz.gif); }

#Result-Quiz .false{ background-image:url(../img/radio_false.gif); background-repeat:no-repeat; background-position:2px 4px; }
#Result-Quiz .true{ background-image:url(../img/radio_ok.gif); background-repeat:no-repeat; background-position:2px 4px; }

#Result-Quiz #reponse1 .false{ background-image:url(../img/radio_false_first.gif); background-repeat:no-repeat; background-position:2px 4px; }
#Result-Quiz #reponse1 .true{ background-image:url(../img/radio_ok_first.gif); background-repeat:no-repeat; background-position:2px 4px; }

#Result-Quiz .red{ color:#e1001a; }
#Result-Quiz .green{ color:#68c03a; }