/* 

ARQUIVO CSS - DAS SENHORITAS

PALETA BÁSICA DE CORES

ALARANJADO:		|	VERMELHO:		|	AMARELO:
#8b671c			|	#39130d			|	#b48c00
#ae8123			|	#7b2a1d			|	#ca9d00
#c89429			|	#ad3c2a			|	#f1bc00
#dcb054			|	#d35c49			|	#ffd84e
#e5c37e			|	#d45e4b			|	#ffeb9e


*/

#formulario {
	width: 560px;
	height: 470px;
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 20px;
	background: transparent url('../imagens/fundoform.png') no-repeat;
	text-align: center;
	padding: 20px;
}

.formtitulo {
	width: 560px;
	height: 20px;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #ad3c2a;
}


.formesq {
	width: 210px;
	height: 20px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #8b671c;
	font-weight: bold;
}

.formdir {
	width: 350px;
	height: 20px;
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

.formesqtxt {
	width: 210px;
	height: 280px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #8b671c;
	font-weight: bold;
}

.formdirtxt {
	width: 350px;
	height: 280px;
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 10px;
}

.formcheck {
	width: 560px;
	height: 20px;
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.formenviar {
	width: 560px;
	height: 20px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.campotexto {
	border: 1px solid #b48c00;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 18px;
	width: 348px;
	background: #ffeb9e;
	color: #8b671c;
}

.textarea {
	border: 1px solid #b48c00;
	width: 348px;
	height: 280px;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #ffeb9e;
	color: #8b671c;
}

.enviar {
	width: 268px;
	height: 28px;
	border: 1px solid #8b671c;
	background: #e5c37e;
	color: #8b671c;
	margin: auto;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
}


