/* borda */

/* INICIO - APENAS PARA TESTE
table, tr, td,tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
 FIM - APENAS PARA TESTE */

.quiz_teaser {
	background: #ffffff;
	border-bottom: solid 0px #ffffff;
	width: 280px;
}

.quiz_teaser-node-tl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background:  url(../imagem/teaser-tl.gif) no-repeat bottom left;
}
.quiz_teaser-node-tc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	background: none;
	background:  url(../imagem/teaser-tc.gif) repeat-x top left;
}
.quiz_teaser-node-tr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background:  url(../imagem/teaser-tr.gif) no-repeat bottom right;
}
.quiz_teaser-node-ml {
	padding: 0px;
	margin: 0px;
	width: 10px;
	background: none;
	background:  url(../imagem/teaser-ml.gif) repeat-y top left;
}
.quiz_teaser-node-mc {
	padding: 5px;
	margin: 0px;
	background: none;
}
.quiz_teaser-node-mr {
	padding: 0px;
	margin: 0px;
	width: 10px;
	background: none;
	background:  url(../imagem/teaser-mr.gif) repeat-y top right;
}

.quiz_teaser-node-bl {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background:  url(../imagem/teaser-bl.gif) no-repeat bottom left;
}
.quiz_teaser-node-bc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	background: none;
	background:  url(../imagem/teaser-bc.gif) repeat-x bottom left;
} 
.quiz_teaser-node-br {
	padding: 0px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background: none;
	background:  url(../imagem/teaser-br.gif) no-repeat bottom right; 
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #0066FF;
	font-weight: bold;
}

.linha {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #0066FF;
}

.conteudo 
{
	padding: 10px 2px 10px 2px;
}

.text_box {
	margin-top: 5px;
	border: 1px solid #0066FF;
	width: 250px;
	color:#000099;
	background-color:#EEFFFF;
	
}

.icone_correto {
 	text-align: center;
	margin-top: 2px;
	visibility: hidden;
}

.texto
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size:12px;
 	color:#0066FF;
	margin: 0px 0px 5px 2px;
}

.resultado_item
{
	width: 250px;
}

.texto_resultado
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size:12px;
 color:#000000;
}

.div_left
{
	float: left;
}

.div_center
{
	width:300px; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom:0;
	margin-top:0;
	padding: auto; 
}
