@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.botao_voltar {
	background-image: url(img/bt_voltar.gif);
	height: 25px;
	width: 54px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.corpo {
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

.botao_limpar {
	height: 25px;
	width: 54px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/bt_limpar.gif);
}
.botao_enviar {
	background-image: url(img/bt_enviar.gif);
	height: 25px;
	width: 54px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.caixa_texto, .caixa_texto_erro, span.caixa_texto_erro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #ebf6bb;
	background-color: #FFF;
	width: 100%;
	padding-left: 2px;
	margin: 3px;
	position: relative;
}
.caixa_texto_erro {
	color: #F00;
	border: thin solid #F00;
	background-color: #FFF2F2;
}
span.caixa_texto_erro {
	color: #F00;
	border: thin solid #F00;
	padding: 3px;
	margin: 3px;
}
.bg_topo {
	background-attachment: scroll;
	background-image: url(img/bg_ceu2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
