/*****************************************
 formularios de proposta e contato
******************************************/

.textoForm {
	width:280px;
	font-size:0.9em;
	text-align:left;
	margin:0 0 0 130px;
	color:red;
}

	.textoForm p {padding:15px 0 10px 0 !important;margin:0!important;}	

	p.textoFormMenor {
		color:#333;
		padding:10px 0 20px 0 !important;
		margin:0!important;
	}

#conteudoInterno fieldset {
	border:none;
	padding:20px 10px 10px 10px;
}

#conteudoInterno fieldset label {
	float:left;	
	width:120px;
	margin:0 10px 0 0;
	padding:4px 0 0 0;
	text-align:right;
}

/* <em> dentro de <label> */

#conteudoInterno fieldset label em {
	font-size:0.9em;
	display:block;
	margin:8px 0 0 0;
	padding:5px;
	background:#fff8de;
	text-align:center;
}

#conteudoInterno fieldset input.txt, #conteudoInterno fieldset select.txt {
	width:280px;
	font-size:1.3em;
	padding:1px;
}

#conteudoInterno fieldset textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	width:280px;
	height:100px;
	font-size:1.3em;
	padding:1px;
}

#conteudoInterno .btnForm {
	text-align:center;
	margin:20px 0 20px 8px;
}

#conteudoInterno .btnForm button {
	width:176px;
	height:45px;
	font-size:1.3em;
	font-weight:bold;
	background:url(../images/btn_padrao.gif) bottom no-repeat;
	background-position:0 7px;
	padding:5px 0 0 0;
	border:none;
	color:#fff;
	cursor:pointer;
}

#conteudoInterno .btnForm button:hover {
	width:176px;
	height:45px;
	background:url(../images/btn_padrao.gif) bottom no-repeat;
	color:#fff;
	cursor:pointer;
}

/* inputs focus */

.focusField{
	border:solid 1px #ffcb74;
	background:#fff9ef;
	color:#000;
}

.idleField{
	background:#fff;
	color: #333;
	border: solid 1px #acacac;
}	

/* form enviado */

.formEnviado {
	height:100px;
	background:url(../images/icon_email_enviado.gif) top left no-repeat;
	background-position:3% 0;
	margin:50px 0 20px 0;
	padding:10px 0 0 135px;
}

.formEnviado h4 {
	font-size:1.3em;
	padding:0 0 8px 10px;
	color:#238628;
}