@charset "utf-8";
html {
	height: 100%;	
}
body {
	background:url(imagens/bg_geral.png);
	margin: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.geral {
	background:url(imagens/bg_topo.png) repeat-x;
	height:100%
}
.conteudo {
	width: 806px;
    margin-left: auto;
    margin-right: auto;
	padding-top:30px;
}
.contEsq {
	height: 418px;
	width: 43px;
	background:url(imagens/sombra_esq.png) no-repeat;
	float:left;
}
.contCen {
	height: 418px;
	width: 720px;
	float:left;
	background:#FFF;
}
.contDir {
	width: 43px;
	height: 418px;
	background:url(imagens/sombra_dir.png) no-repeat;
	float:left;
}
.topo {
	margin-left:23px;	
}
.base {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-align:center;
	margin-top: 8px;
}
.login {
	width: 450px;
	float:left;
	height:102px;
	background:url(imagens/div_sombra_login.png) no-repeat bottom center;
	margin-top: 15px;
}
.mensagem{
	color:#006392;
	float:left;
	font-weight:bold;
	padding:10px;
	text-align:justify;
	width:420px;
}
.contato {
	background:url("imagens/div_sombra_contato.png") no-repeat scroll left center transparent;
	float:right;
	height:418px;
	margin-right:10px;
	margin-top:-112px;
	padding-left:30px;
	width:230px;
}
input[type=text], textarea{
	border: 1px solid #006392;
	width: 100%;
	font-size:11px;
	padding:3px;
}
input[type=text]:hover, input[type=text]:focus{
	border-color: #E77818;
}
input[type=submit]{
	background:url(imagens/seta_bot.png) no-repeat right 5px transparent;
	border:medium none;
	padding-right: 12px;
	color:#E77818;
	font-weight:bold;
	font-size:14px;
}
label {
	color:#666;
}