/**
 Author	:	Carlos Eduardo de Souza
 Email	:	carlos@carlos.eti.br
 */

/* DEFAULT */

body {
	color: #000000;
	/*background-color: #ffffff;*/
	background-color: #ecdcd0;
	font: 0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 1.4em;
}

/* ESTRUTURA */
div#pagina {
	height: 500px;
	width: 100%;
	/*width: 800px;*/
	margin-top: -250px;
	/*margin-left: -400px;*/
	position: absolute;
	top: 50%;
	left: 0;
	/*left: 50%;*/
}

div#pagina img {
	padding-bottom: 40px;
}

/* COMPONENTES */

table#formulario {
	border: 0px;
	padding: 5px;
}
table#formulario td {
	border: 0px;
	padding: 5px;
}
table#formulario td#esquerdo {
	text-align: left;
}
table#formulario td#direito {
	text-align: right;
}
table#formulario td#centro {
	text-align: center;
}
p#rodape{
	padding-top: 70px;
	text-align: center;
}

.campo {
	border: 1px #DFDFDF solid;
	background-color: #F5F5F5;
	color: #000000;
	text-align: left;
	font-size: 13px;
}