#box_fale {
	display: block;
	padding-top:5px;
	padding-right: 13px;
	padding-left: 13px;
}
#box_fale h2 {
	background-image: url(../images/titulo_fale_conosco.jpg);
	background-repeat: no-repeat;
}
#box_fale #frm_contato {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
}

#box_fale #frm_contato fieldset {
	display: block;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box_fale label {
	width: 100px;
	background-color: #F9FEFF;
	border: 1px dashed #6CB0F1;
	margin-right: 4px;
	margin-bottom: 5px;
	display: block;
	padding: 3px;
	float: left;
}
#box_fale #frm_contato input, #box_fale #frm_contato select, #box_fale #frm_contato textarea {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	width: 285px;
	border: 1px solid #CCCCCC;
}

#box_fale #frm_contato br {
	clear: left;
}
#box_fale #frm_contato #bt_fale {
	font-weight: bold;
	color: #003366;
	background-color: #EAF4FD;
	padding: 1px;
	border: 1px solid #6CB0F1;
	margin-left: 112px;
	margin-top: 10px;
}
#box_fale h3 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#box_fale address {
	font-style: normal;
}

