/* CSS Document */


#titulo {
	width: 730px;
	height: 80px;
	margin: 7px auto 0 auto;
	background: url(../img/fototitulo_fale.jpg) no-repeat;
	display: block;
	padding-top: 24px;
	clear: both;
}

#titulo h3 {
	background: url(../img/titulo_fale.gif) no-repeat;
	margin-left: 102px;
	width: 628px;
	height: 32px;
	display: block;
}

#titulo h3 span { display: none; }



#texto {
	margin: 0 0 0 120px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#endereco, #telefone {
	clear: both !important;
	height: 65px;
	width: 600px;
}

#endereco p {
	display: block;
	width: 250px;
	margin-right: 20px;
	height: 35px;
	float: left
}

#endereco h3 {
}



#formemail {
	width: 600px;
}

#formemail form {
	font-size: 10pt;
}

#formemail fieldset {
	padding: 20px;
	border: 0px solid #ccc;
	width: 95%;
}

#formemail legend {
	font-weight: bold;
	color: #c03;
	font-size: 11pt;
	letter-spacing: 1px;
}


/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
html>body #formemail legend{
	margin-bottom: 0px;
}

#formemail input {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
}

#formemail select {
	border: 1px solid #333;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
}

#formemail label {
	display: block;
	width: 100px;
	float: left;
	color: #000;
	border-bottom: 1px solid #f1f1f1;
}

#formemail span{
	color: #999;
	font-size: 12px;
}

#formemail .botao{
	font-size: 13px;
	background: #f1f1f1;
	margin: 15px 0px 0px 0px;
}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
#nome { width: 300px; }
#empresa { width: 300px; }
#email { width: 300px; }
#cidade { width: 250px; }
#uf { width: 40px; }
#telddd { width: 30px; }
#tel { width: 80px; }