* {
	background-repeat: no-repeat;;
}

div#quizEnrollment {
	width: 605px;
	margin: 50px auto;
	background-color: #f4f4f4;
	
}
div#quizEnrollment  p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 583px;
	display: block;
	padding-left: 35px;
	
	background-image: url(../img/bg-middle-participe.gif);
}
div#quizEnrollment h4 {
	width: 618px;
	height: 46px;
	background-image: url(../img/tit-participe.gif);
}

a#enrollment {
	display: block;
	background-image: url(../img/btn-participar.gif);
	width: 225px;
	height: 38px;
	margin: 24px 0 0 146px;
	display: none;
}
p#enrollmentInfo {
	
	font-weight: bold;
}
div#quizEnrollmentBottom {
	width: 618px;
	height: 24px;
	background-image: url(../img/bg-bottom-participe.gif);
}

div#quizWrapper li {
	list-style: none;
}

div#quizWrapper li input{
	margin-right: 7px;
}


div#quizWrapper {
	width: 617px;
	margin: 50px auto;
	background: #f4f4f4 url(../img/bg-middle-question.gif) top right repeat-y;
	display: none;
	
}
div#quizWrapper p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #010101;
	height: 76px;
	padding-top: 29px;
	padding-left: 52px;
	background-image: url(../img/bg-top-question.gif);
	background-position: top;
}
div#quizWrapper h4 {
	background-image: url(../img/tit-quiz.gif);
	width: 50px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 16px;
	margin-left: 52px;
}
div#navigator {
	position: relative;
	margin-bottom: 20px;
	height: 26px;
}
a#finish,
a#nextQuestion,
a#prevQuestion,
a#finish {
	display: none;
	text-indent: -9999px;
}
label#accept {
	display: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0 0 10px 292px; 
}
a#prevQuestion,
a#nextQuestion,
a#finish {
	width: 97px;
	height: 26px;
	position: absolute;	
}
a#prevQuestion {
	background-image: url(../img/btn-anterior.gif);
	top: 0;
	left: 52px;

}
a#nextQuestion,
a#finish {
	background-image: url(../img/btn-proximo.gif);
	top: 0;
	right: 52px;
}
a#finish {
	background-image: url(../img/btn-enviar.gif);
}
dl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0 0 30px 52px;
	color: #010101;
	width: 524px;
	line-height: 13px;
}
dl dt {
	font-weight: bold;
	margin-bottom: 22px;
}

dl dt em {
	font-style: normal;
}

dl ul li {
	clear:both;
	margin-bottom:5px;
}
ul li input {
	float:left;
	height:14px;
}

ul li div {
	*float: left;
	_float: left;
}

div#questionBottom {
	background-image: url(../img/bg-bottom-question.gif);
	width: 617px;
	height: 36px;
}

p#success {
	height: 100px;
	padding-left:50px;
}

