/* CSS Document */

html {
height:100%;
}

body {
	margin:0;
	padding:0;
	color:#727260;
	font-family:Arial, Helvetica, sans-serif;
	min-width:400px;
	min-height:810px;
	position:relative;
	height:100%;
	font-size:medium;
	background-image: url(../a-imagens/fundo_geral.png);
	background-repeat: repeat-x;
	background-color: #0ae1e1;
}

img {border:none;}

* {
	font-family:"Trebuchet MS", Arial;
}

#index {min-width:400px;}
/* ommon arts */

#container {
	width: 346px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../a-imagens/fundo_central_acesso.png);
	background-repeat: repeat-y;
	background-position: left;
}

#page-box {
	margin:0 auto;
	position:relative;
	height: 100%;
}

.logo h1 {
	margin:0 auto;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
	height:140px;
	width: 242px;
}

.titulo {
	margin:0 auto;
	width: 242px;
	background-image: url(../a-imagens/risco_sublinhado.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
}

.titulo h2 {
	font-size:24px;
	font-weight: normal;
	color:#15aaba;
	margin: 0 auto;
	text-align:center;
}

.formulario {
	z-index: 1000;
}

.formulario ul {
	margin: 0 auto;
	padding: 0;
}

.formulario ul li {
	list-style:none;
	margin: 0 auto;
	padding: 0;
	width: 242px;
}

#erro {
	list-style:none;
	margin: 0 auto;
	padding: 0;
	background-color:#f5f7f7;
	border: 1px solid #d0d0d0;
	overflow: auto;
}

#erro h5 {
	color:#0d8c99;
	font-weight: bold;
	font-size: 1.0em;
	padding: 5px;
	text-align:center;
}

#erro p {
	color:#0f565d;
	font-weight: normal;
	font-size: 0.7em;
	padding: 5px;
	text-align:center;
	margin-top: -20px;
}

#erro p a:link, #erro p a:visited, #erro p a:active {
	color:#018386;
	font-weight: normal;
	font-size: 0.85em;
}

#erro p a:hover {
	color:#04b7bb;
	font-weight: normal;
	font-size: 0.85em;
}

.formulario ul li p {
	color:#FF9900;
	font-size:0.8em;
	text-align:center;
}

.formulario ul li h3 {
	font-size: 18px;
	color:#15aaba;
	padding: 4px;
	padding-left: 0px;
	margin: 0;
	font-weight:normal;
}

.formulario ul li input {
	font-size: 16px;
	color:#ffffff;
	padding: 0px;
	padding-left: 5px;
	margin: 0;
	font-weight:bold;
	width: 239px;
	height: 26px;
	background-image: url(../a-imagens/fundo_caixa.png);
	background-repeat: no-repeat;
	border: 0px;
}

.formulario ul li label input {
	margin: 0 auto;
	border: 0px;
	width: 126px;
	height: 53px;
	text-align:center;
	background-image: none;
}

.container-botao {
	width: 239px;
	text-align: center;
}

.linha-cinza {
	background-image:url(../a-imagens/linha_cinza.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: center center;
	width: 250px;
}

.ajuda-senha {
	clear:both;
	width: 289px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-image: url(../a-imagens/fundo_ajuda.png);
	background-repeat: no-repeat;
}

.ajuda-senha li {
	margin: 0px;
	padding: 0px;
	width: 120px;
	list-style:none;
	float: left;
	height:28px;
}

.ajuda-senha li a {
	color:#d1d1d1;
	text-decoration:none;
	font-size:14px;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

.ajuda-senha li a:hover {
	color:#878686;
	text-decoration:none;
	font-size:14px;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

.pergunta_cliente {
	height: 60px;
}

.pergunta_cliente li label {
	width: 100px;
	float: right;
	margin-top: 10px;
}

.pergunta_cliente li label span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#24abba;
	padding-left: 5px;
}

.pergunta_cliente_checkbox {
	width: 15px !important;
	height: 15px !important;
	padding-left: 20px;
}

#rodape {
	position:absolute;
	z-index: 100;
	margin: 0 auto;
	padding: 0px;
	bottom: 0px;
	width: 346px;
	height: 83px;
	background-image:url(../a-imagens/rodape.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}





