/* CSS Document */
input.log {
	width: 150px;
	height: 16px;
	background-color: #d8d8d8;
	font-family: Times;
	color: #575757;
	border: 1px solid gray;
}
a:link, a:visited {
	color: silver;
	height: 30px;
	margin-top: 5px;
	text-decoration: none;
}

a:hover {
	color: #ffc600;
	text-decoration: none;
}
#flashINDEX {
	width: 824px;
	clear: both;
	margin-bottom: 20px;
}
html {
	height: 100%;
	font: 12px "Times New Roman", Times;
	color: #202020;
}

body {
	margin: 0;
	text-align: center;
	padding: 0;
}

#logout {
	float: right;
	width: 100%;
	height: 24px;
	text-align: right;
}

#central {
	width: 824px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 580px;
	margin-top: 36px;
	text-align: left;
	clear: both;
	float: left;
}

#botao {
	margin-top: 36px;
	width: 220px;
	float: right;
}

#botao_ajuda {
	margin-top: 36px;
	width: 104px;
	float: right;
}

#botao_avancar {
	margin-top: -10px;
	margin-left: 620px;
}

#botao img {
	margin-bottom: 3px;
	width: 219px;
	height: 27px;
}

#botao_ajuda img {
	margin-bottom: 3px;
	width: 104px;
	height: 27px;
}

#flash {
	height: 160px;
	width: 824px;
	clear: both;
}

#conteudo {
	width: 824px;
	background-image: url(../img/fundo_conteudo.gif);
}

#topo_teste {
	clear: both;
}

#conteudo_login {
	width: 494px;
	background-image: url(../img/fundo_login.gif);
	margin-right: auto;
	margin-left: auto;
}
#conteudo_pop {
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/fundo_conteudo.gif) repeat-y;
}
#conteudo_pop_menor {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/fundo_conteudo.gif) repeat-y;
}
