@charset "utf-8";
@import url("estaticas.css");
/* CSS Document */

#mae {
	text-align:center;
	font-size:12px;
	color:#666;
}
#mae table {
	width:95%;
}
.rotulo {
	width:250px;
	text-align:right;
	color:#666;
}
.campo {
	text-align:left;
}
#mae td {
	padding:5px 0px;
}
.inp1, .inp2, textarea {
	width:70%;
	border:1px solid #ccc;
	padding:1px;
	color:#999;
	font-size:11px;
}
.inp2, select {
	width:25%;
	border:1px solid #ccc;
}
.mini {
	font-size:9px;
	color:#aaa;
}
.bt {
	background-color:#eee;
	border:1px solid #ccc;
	padding:2px 5px;
	color:#666;
	margin-right:320px;
	font-size:14px;
}
#cadastro_completo {
	font-size:12px;
	color:#666;
	background-color:#f5f5f5;
	width:50%;
	margin-left:20%;
	margin-top:10%;
}
#cadastro_completo span {
	background-color:#93D712;
	color:#fff;
	display:block;
	padding:5px 0px;
	font-size:17px;
	font-weight:bold;
}
#cadastro_completo p {
	padding:10px 20px;
	font-weight:bold;
}
#cadastro_completo {
	text-align:center;
}

