
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	vertical-align: middle;
	font: 100% Arial, Verdana, Tahoma, Sans-Serif;
}

body {
	background: url(../../imagens/lado.jpg) #d4dbd9 repeat-x;
	text-align: center;
}

body .geral {
	margin: auto;
	text-align: center;
	background-color: #fff;
	width: 80%;
	min-width: 500px;
	height: 100%;
	
}

body .geral #logo {
	text-align: center;
	position: relative;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 30px;
	
}

form label {
	text-align: justify;
	display: block;
	width: 200px;
	position: relative;
	margin: auto;
	font-weight: bold;
}

form input {
	display: block;
	width: 200px;
	position: relative;
	margin: auto;
	padding: 2px 5px;
	border: #ccc 1px solid;
}

.botao {
	display: block;
	border: 0;
	text-align: center;
	font-weight: bold;
	width: 156px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../imagens/botoes.png);
	font-size: 80%;
	color: #FFF;
	cursor: pointer;
	padding: 0 0 0 0;
	margin: auto;
	position: relative;
	margin-top: 15px;
}

.botao:hover { background-position: 0 -40px; }

#divCarregando {
	height: 50px;
	display: block;
	position: relative;
	top: 35%;
	color: #526664;
}

#divCarregando #borderTop {
	border-top: 2px solid #e9b000;
	margin-right: 38%;
}

#divCarregando p {
	text-align: left;
	margin-left: 38%;
	font-size: 17px;
	padding: 20px 0 20px 30px;
	border-bottom: 2px solid #e9b000;
}
