/* CSS Document */
dl, dt, dd {
	padding: 0;
	margin: 0;
}

/* MOLDURA */
div.molduraV2 {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	background: url(/imagens/moldura_foto/lat_esq.jpg) repeat-y;
}
div.molduraV2 div.bg_lat_R {
	background: url(/imagens/moldura_foto/lat_dir.jpg) right repeat-y;
	width: 274px;
}
/* MOLDURA : BLOCO */
div.molduraV2 div.bloco {
	position: relative;
	float: left;
	width: 274px; /* Declarar pro IE6/7 */
	height: 9px;
	clear: both;
}
div.molduraV2 div.bloco.top {
	background: url(/imagens/moldura_foto/sup_centro.jpg) repeat-x;	
}
div.molduraV2 div.bloco.bottom {
	background: url(/imagens/moldura_foto/inf_centro.jpg) repeat-x;
}
div.molduraV2 div.bloco img.cantoL {
	position: absolute;
	left: 0;
}
div.molduraV2 div.bloco img.cantoR {
	position: absolute;
	right: 0;
}

/* MOLDURA : CONTAINER */
div.molduraV2 div.cont {
	position: relative;
	margin: 0 9px;
	_margin: 0 4px;
	float: left;
	height: auto;
}

/* IAMGEM */
div.cont div.imagem {
	float: left;
}
div.cont dd.imagem,
div.cont div.imagem {
	float: right;
	margin: 4px 0 0 10px;
	width: 278px;
	cursor: default;
}
div.cont dd.imagem p,
div.cont div.imagem p,
div.cont p.contador,
p.legenda {
	background: none;
	margin: 0 5px 0 0;
	font-size: 10px;
	color: #888;
}

div.cont dd.imagem p,
div.cont div.imagem p {
	float: right;
	margin: 0 10px 0 0;
}

div.cont p.contador {
	color: #333;
	font-weight: bold;
	display: none;
	text-align: right;
	float: right;
}

p.legenda {
	float: left;
	color: #83A5CD;
	margin: 2px 0 0 7px;
}

dd.quebraLinha {
	clear: both;
	margin: 0;
}



/***** PERGUNTAS LISTA */
dl.testeLista dt {
	position: relative;
	float: left;
	width: 470px;
	margin: -5px 0 8px 4px;
	color: #19375D;
	margin-bottom: 11px;
	font-size: 14px;
}
/* RESPOSTAS */
dl.testeLista dd {
	position: relative;
	float: left;
	cursor: pointer;
}
dl.testeLista dd p {
	position: relative;
	float: left;
	margin-top: 10px;
}
/* CHECK */
dl.testeLista div.check {
	position: relative;
	float: left;
	width: 40px;
	height: 50px;
	background: url(/imagens/testes/check.jpg) top no-repeat;
	margin: 0 0 2px 4px;
}


dl.testeLista dd:hover div.check {
	background-position: bottom;
}

/* PROXIMO */
dl.testeLista div.proximo {
	position: relative;
	float: left;
	width: 40px;
	height: 50px;
	background: url(/imagens/testes/proximo.jpg) top no-repeat;
	margin: 0 0 2px 4px;
}


dl.testeLista dd:hover div.proximo {
	background-position: bottom;
}

/* MOLDURA : MAIOR : BLOCO */
div.molduraV2 div.bloco.maior {
	width: 520px; /* Declarar pro IE6/7 */
	
}
div.molduraV2.maior div.bg_lat_R.maior {
	width: 520px; /* Declarar pro IE6/7 */
}





/* RESPOSTAS : Lista */ 
dl.testeLista {
	position: relative;
	float: left;
	list-style: none;
	width: auto;
	padding:0;
	margin: 10px 0 15px 0;
	display: none;
}
/* Lista : Itens */
dl.testeLista dd p,
dl.testeLista dt {
	position: relative;
	/*float: left;*/
}
/* Lista : Itens : Pergunta */
dl.testeLista dd p {
	margin-bottom: 5px;
	background: #B1D358;
	width: auto;
}
dl.testeLista dd p a {
	position: relative;
	display: block;
	width: 145px;
	/*_width: 170px;*/
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 12px;
	-moz-outline: none;
	outline: none;
}
/* Lista : Itens : Pergunta : Hover e Selected */
dl.testeLista dd:hover p a,
dl.testeLista dd p.selected,
dl.testeLista dd p.selected a {
	background: #f99b37;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}
/* Lista : Itens : Pergunta : Cantos */
dl.testeLista dd p img.cantos {
	position: absolute;
	border:none;
}
dl.testeLista dd p img.cantos.LT {
	left:0;
	top:0;
}
dl.testeLista dd p img.cantos.LD {
	left:0;
	bottom:0;
	_bottom:-1px;
}
dl.testeLista dd p img.cantos.RT {
	right:0;
	top:0;
}
dl.testeLista dd p img.cantos.RD {
	right:0;
	bottom:0;
	_bottom:-1px;
}



/** RESULTADO */
dt.resultado {
	font-size: 14px;
	color: #f60;
	/*margin-bottom: 20px;*/
	display: none;
	font-weight: bold;
}
dd.resultado_txt {
 	display: none;
	margin-top: 20px;
}
dd.resultado_txt p.titulo {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

/** QUANTIDADE DE PERGUNTAS **/
div#qtdPerguntas {
	display: none;
}



/** FORMULARIO - TESTE **/

#form_teste p, td{
		color:#000;
		font: 12px verdana, arial, helvetica, sans-serif;
	}
	
	#form_teste form {
		width: 500px;
	}
	
	#form_teste input { 
		font: 12px verdana, arial, helvetica, sans-serif;
		color:#333333;
		border:1px solid #CCCCCC;
		width: 332px;
		margin: 2px 5px 0 10px;
	}
	
	#form_teste form .form_teste {
		width: 50px;
		color: #edf3f8;
		background:#9fb8d8;
		border: 0;
	}

