/* GERAIS ---------- */

.input {
	width: 220px;
	height: 21px;
	line-height: 21px;
	padding-left: 7px;
	background: url('../img/fundoInput.png');
	border: none;
	display: block;
	float: left;
	color: #666;
	margin: 0 0 15px 0;
}

.input2 {
	width: 200px;
	height: 19px;
	line-height: 19px;
	padding-left: 7px;
	background: url('../img/fundoInput2.png') no-repeat;
	border: none;
	display: block;
	float: left;
	color: #666;
	margin: -3px 0 15px 15px;
}

.botaoEnviar {
	width: 63px;
	height: 24px;
	display: block;
	background: url('../img/enviar.png') no-repeat;
	border: none;
	float: left;
	cursor: pointer;
	margin: -1px 0 0 10px;
}

.botaoEnviarTexto {
	float: right;
	width: 41px;
	height: 19px;
	background: url('../img/enviarTexto.png') no-repeat;
	border: none;
	margin: -10px 10px 0 0;
	cursor: pointer;
}

.label {
	display: block;
	float: left;
	width: 80px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	text-align: right;
	margin: 0 15px 0 0;
}

.textarea {
	width: 220px;
	height: 116px;
	padding: 3px;
	background: url('../img/fundoTextarea.png') no-repeat;
	border: none;
	float: left;
	text-indent: 5px;
	color: #666;
	overflow: hidden;
	resize: none;
}

.inputFile {
	float: left;
	margin: 0 0 15px 0;
	border: 1px solid #FFF;
	width: 230px;
	height: 26px;
	display: block;
	background: url('../img/fundoInput.png') no-repeat;
}

/* ---------- GERAIS */


/* NEWSLETTER ---------- */

#newsletter fieldset {
	width: 316px;
	height: 69px;
	padding: 10px 0 0 15px;
	background: url('../img/fundoNewsletter.png');
	margin: -40px 0 0 5px;
}

/* ---------- NEWSLETTER */


/* NEWSLETTER2 ---------- */

#newsletterProdutos fieldset {
	width: 220px;
	height: 64px;
	padding-top: 5px;
	background: url('../img/newsletter2.png') no-repeat;
	margin: 0 auto 0 9px;
}

#newsletterProdutos fieldset h3 {
	text-indent: 15px;
}

/* ---------- NEWSLETTER2 */

/* CONTATO ---------- */

#contato h3 {
	margin: 0 0 15px 0;
	text-align: center;
}

#contato fieldset {
	padding: 15px 0 0 15px;
	width: 385px;
	height: 355px;
	background: url('../img/fundoContatos.png') no-repeat;
	float: left;
	margin: 20px 0 0 70px;
}

#contato .botaoEnviar {
	float: right;
	margin: 10px 65px 0 0;
}

/* ---------- CONTATO */

/* ORCAMENTO ---------- */

#orcamento fieldset {
	width: 400px;
	height: 400px;
	margin: 10px auto 0 auto;
}

#orcamento h3 {
	text-align: center;
	margin: 0 0 25px 0;
}

#orcamento .botaoEnviar {
	margin: 10px 0 0 260px;
}


/* ---------- ORCAMENTO */