* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica";
	font-size: 12px;
	color: #333;
	text-align: center;
}

#carregando {
	line-height: 25px;
	display: none;
	width: 384px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -197px;
}

#login {
	background: #fff;
	line-height: 25px;
	width: 384px;
	height: 25px;
	padding: 10px;
	border: solid 1px #ccc;
}

label {
	font-weight: bold;
	display: block;
	margin-right: 5px;
	float: left;
}

input {
	display: block;
	width: 100px;
	padding: 2px;
	float: left;
}

input#usuario { margin-right: 5px; }

input#entrar {
	width: 60px;
	height: 24px;
	margin: -2px 0 0 5px;
}
