/*
 *	Página: CadastroUserAppSuccess.php
 */
 h1.title {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #82ABC4;
}
 
.fundo {
	position: relative;
	padding: 5px;
	padding-left: 25px;
	background-color: #E7EFF4;
	color: #82ABC4;
}

.boxInfo {
	position: relative;
	width: 93%;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #FAFCFD;
	border: Solid 1px #CCCCCC;
	color: #999999;
}

.boxInfo p {
	position: relative;
	font-size: 11pt;
	text-align: justify;
	text-indent: 20px;
	
}

.boxStep {
	position: relative;
	margin-top: 25px;
}

.boxStep_left {
	float: left;
	width: 66px;
	height: 60px;
	background: url('/images/passos_icone.png');
}

.boxStep_left p {
	position: relative;
	left: 24%;
	top: 9%;
	margin:0;
	padding:0;
	font-size: 44px;
	font-weight: bold;
	color: white;
}

.boxStep_right {
	width: 88%;
	float: left;
}

.boxStep_right_title {
	height: 60px;
}

.boxStep_right_title p.conteudo {
	position: relative;
	height: 24px;
	float: left;
	padding-top: 4px;
	top: -2px;
	font-size: 16px;
	font-weight: bold;
	background: white;
	border-top: Solid 2px #DFE9EE;
	border-bottom: Solid 2px #DFE9EE;
}

.boxStep_right_title p.borda {
	position: relative;
	width: 20px;
	height: 32px;
	top: 4px;
	float: left;
	background: url('/images/passos_borda.png') no-repeat;
}

.boxStep_right_conteudo {
	position: relative;
	width: 100%;
	top: -13px;
	padding: 5px;
	color: #82ABC4;
}

.inputConfig {
	position: relative;
	border: Solid 1px #CCCCCC;
	background-color: white;
}

p.pForm {
	margin: 0;
	padding: 5px;
	font-size: 10pt;
	text-indent: 0;
}

.termoUso {
	position: relative;
	width: 90%;
	margin-left: 5%;
	height: 200px;
}

p.checkTerm {
	position: relative;
	font-size: 8pt;
	text-align: right;
	margin-top: 5px;
	margin-right: 5%;
}



/*
 *	Layout para Funcionalidades
 */
.func_esquerda {
	float:left;
	width:50%;
	text-align: left;
}

.func_direita {
	float:left;
	width:50%;
	text-align: left;
}
 
p.moduloText {
	margin: 0;
	padding: 0;
	font: normal normal normal 10pt sans, arial;
	text-align: left;
}

.funcionalidades {
	width: 325px;
	height: 195px;
	padding: 5px;
	border: Solid 1px Silver;
}

.funcionalidades img {
	margin: 0; 
	padding: 0;
}

.funcionalidadeResumo {
	width: 67.2%;
	height: 100%;
	float: left;
	text-align: justify;
	padding: 5px;
	overflow: hidden;
}

.funcionalidadeResumo p.titulo {
	font: normal normal bold 8pt sans, arial;
	color: #82ABC4;
}

.funcionalidadeOpcao {
	width: 29%;
	height: 100%;
	float: left;
	border-left: Solid 1px Silver;
}

.wikimapArea {
	width: 365px;
	height: 209px;
	background: url('/images/areaFuncionalidade.png');
}