h2.home {
	font-size: 14px;
	color: #06720B;
	display: inline;
}
h2.home a{
	color: #06720B;
}

h2.titulo {
	font-size: 14px;
	color: #77D62A;
	display: inline;
}

#conteudo {
	font-size: 11px;
}
#conteudo a{
	color: #000;
}

legend {
	display: none;
}

.login_esq {
	width: 288px;
	padding-left: 2px;
	height: 91px;
	background-image: url('../images/fnd_login.gif');
	padding: 4px;
}
.login_esq .top1 {
	width: 140px;
	padding-left: 8px;
	height: 44px;
	padding-top: 5px;
	float: left;
}
.login_esq .top1 label {
	display: block;
}
.login_esq .top1 input {
	width: 140px;
	height: 17px;
	border: solid 1px #057276;
	font-size: 9pt;
}
.login_esq .top2 {
	width: 123px;
	padding-left: 10px;
	height: 44px;
	padding-top: 5px;
	float: left;
}
.login_esq .top2 label {
	display: block;
}
.login_esq .top2 input {
	width: 98px;
	height: 17px;
	border: solid 1px #057276;
	font-size: 9pt;
}
.login_esq .baixo1 {
	width: 140px;
	padding-left: 8px;
	height: 54px;
	float: left;
}
.login_esq .baixo2 {
	width: 123px;
	padding-left: 10px;
	height: 54px;
	float: left;
}
.login_esq .baixo2 input {
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #07A067;
	border: solid 1px #05724A;
	color: #FFF;
}

/* novo cadastro */
#cad_topo {
	width: 479px;
	height: 8px;
	background-image: url('../images/cad_topo.gif');
}
#cad_baixo {
	width: 479px;
	height: 8px;
	background-image: url('../images/cad_baixo.gif');
}
#cad_novo_meio {
	width: 479px;
	display: table;
	background-color: #EEFAEE;
}
#cad_novo_meio .esq {
	width: 220px;
	padding-left: 10px;
	height: 40px;
	padding-top: 6px;
	float: left;
	clear: both;
}
#cad_novo_meio .esqG {
	width: 220px;
	padding-left: 10px;
	height: 40px;
	padding-top: 6px;
	float: left;
	clear: both;
}
#cad_novo_meio .dir {
	width: 220px;
	padding-left: 10px;
	height: 40px;
	padding-top: 6px;
	float: right;
}
#cad_novo_meio .dirG {
	width: 220px;
	padding-left: 10px;
	height: 90px;
	padding-top: 6px;
	float: right;
}
#cad_novo_meio label {
	display: block;
	color: #06720B;
	font-weight: bold;
}
#cad_novo_meio legend {
	display: block;
	font-size: 13px;
	color: #06720B;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#pes_juridica {
	display: none;
}

#cad_novo_meio .peq {
	width: 45px;
	border: solid 1px #06720B;
	font-family: 8pt;
	color: #333;
}
#cad_novo_meio .pequeno {
	width: 90px;
	border: solid 1px #06720B;
	font-family: 8pt;
	color: #333;
}
#cad_novo_meio .medio {
	width: 140px;
	border: solid 1px #06720B;
	font-family: 8pt;
	color: #333;
}
#cad_novo_meio .grande {
	width: 200px;
	border: solid 1px #06720B;
	font-family: 8pt;
	color: #333;
}
input.submit {
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #07A067;
	border: solid 1px #05724A;
	color: #FFF;
}

span.erro {
	color: red;
	font-weight: bold;
}