@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica;
	background: url(../images/fundo-login.png) no-repeat fixed center center;
}

table {
	font-family: Arial, Helvetica;	
}

#login {
	background-image: url(../images/login.png);
	width: 600px;
	height: 309px;
	margin: 130px auto auto auto;
	text-align: left;
}

#endereco {
	width: 310px;
	padding: 130px 0px 0px 30px;
	color: #ffffff;
	float: left;
}

#formulario {
	padding-top: 180px;
	padding-left: 365px;
	font-size: 14px;
	color: #00704A;
}

.botao_entrar {
	background-image: url(../images/botao-entrar.png);
	width: 94px;
	height: 20px;
	border: 0px;
	cursor: hand;
}

input {
	width: 120px;
	border: 1px gray solid;
}
