@charset "UTF-8";
/*
+----------------------------------------------------------------+
	Import CSS											
+----------------------------------------------------------------+
*/
	@import url("reset.css");
	@import url("presets.css");
	@import url("geral.css");

/*
+----------------------------------------------------------------+
	Fale Conosco											
+----------------------------------------------------------------+
*/
.right {
	width: 365px;
	float: left;
	padding-bottom: 140px;
    margin: 0 !important;
}
.middle {
	width: 550px;
	padding-left: 15px;
	float: left;
    margin: 0 !important;
}
.contentheading {
	font-size: 30px;
	padding-top: 70px;
	font-weight: bold;
}
.contentpaneopen #lipsum {
	height: 340px;
	overflow-y: auto;
}
.contentpaneopen td, .contentpaneopen p {
	font-size: 20px;
	line-height: 1.4em;
}
.contentpaneopen strong {
	font-size:30px;
}
.middle h2 {
	font-size:30px;
	font-weight:bold;
	padding-top:70px;
}
.form {
	margin: 10px 0;
}
.form li {
	background: url(../images/bg_faleconosco.gif) 0 0 repeat-y;
	padding: 2px;
	margin-bottom: 8px;
}
.form li label {
	font-size: 16px;
	padding: 0 3px;
	vertical-align: top;
}
.form li input {
	width: 290px;
	border: none;
	background: none;
}
.form li textarea {
	height: 131px;
	width: 270px;
	border: none;
	background: none;
}
.form li #enviar {
	background: url(../images/bt_enviar.jpg) no-repeat scroll right bottom;
	font-size:1px;
	text-align:right;
	width: 102px;
	height: 31px;
	vertical-align: bottom;
}
	
	
