#quiz{
	width: 990px;
	height: 410px;
	margin: 0 auto;
	background: url(../../imagens/quiz/quiz_bg.png) no-repeat center #fff;
}

#quiz div.esquerda {
	width: 424px;
	height: 410px;
	float: left;
}


#quiz div.direita {
	width: 492px;
	height: 410px;
	float: right;
}
	#cima {
		height: 80px;
	}
		#cima div {
			position: absolute;
			top: 60px;
			left: 0px;
			height: 18px;
		}
	#interna {
		width: 453px;
		font-size: 12px;
	}
		#pergunta {
			font-weight: bold;
			color: #bd1e2c;
		}
		#resposta {
			padding-left: 20px;
			margin-bottom: 0;
			color: #999;
			list-style-type: none;
		}
		#resposta li + li {
			margin-top: 10px;
		}
		#resposta li *{
			vertical-align: middle;
		}
		#resultados {
			height: 200px;
			margin-left: 20px;
			line-height: 66px;
			color: #999;
		}
			#acerto span {
				font-weight: bold;
				color: #bd1e2c;
			}
			#personagem a {
				font-weight: bold;
				color: #bd1e2c;
				text-decoration: none;
			}
	#botao {
		position: absolute;
		right: 36px;
		bottom: 60px;
		height: 60px;
	}
		#erro {
			font-size: 12px;
			font-weight: bold;
			color: #bd1e2c;
			text-align: right;
		}
		#botao input {
			position: absolute;
			right: 0;
			bottom: 0;
		}
