#noticias{
	background:url(../images/div.gif) no-repeat left bottom;
	padding-bottom:20px;
}

#newsletter{
	background:url(../images/div.gif) no-repeat left bottom;
	padding-bottom:20px;
}

#formulario{
	width:180px;
	float:left;
}

#desc_contato{
	width:200px;
	float:left;
	margin-left:50px;
}

/* -- Titulos -- */
.tit_contato{
	text-indent:-2000px;
	background:url(../images/tit_contato.gif) no-repeat center center;
	width:109px;
	height:25px;
	padding-bottom:40px;
}

.tit_noticias{
	text-indent:-2000px;
	background:url(../images/tit_noticias.gif) no-repeat center center;
	width:109px;
	height:25px;
	padding-bottom:40px;
}

.tit_newsletter{
	text-indent:-2000px;
	background:url(../images/tit_newsletter.gif) no-repeat center center;
	width:147px;
	height:25px;
	padding-bottom:40px;
}

.data{
	background:url(../images/campo_date.gif) no-repeat left center;
	padding-top:10px;
	padding-left:12px;
	width:85px;
	height:23px;
}

.bt_noticias{
	text-indent:-2000px;
	background:url(../images/bt_leia_mais.gif) no-repeat center center;
	width:41px;
	height:16px;
	display:block;
	float:right;
	padding-right:30px;
}

/* -- formulario -- */

fieldset{
	border: none;
}

input, textarea{
	border: solid 1px #EAEAEA;
	margin-bottom:8px;
	width:180px;
	height:18px;
	font-family:Tahoma;
	font-size:11px;
	color:#d56d08;
	padding-top:4px;
	padding-left:8px;
}

label{
	display:block;
}

textarea{
	height:100px;
	overflow:auto;
}

input#enviar{
	text-indent:-2000px;
	background:url(../images/bt_cadastrese.gif) no-repeat center center;
	width:61px;
	height:13px;
	border:0px;
	float:right;
	margin-right:60px;
	padding:10px;
	cursor:pointer;
}

input#contato_enviar{
	text-indent:-2000px;
	background:url(../images/bt_enviar.gif) no-repeat center center;
	width:31px;
	height:13px;
	border:0px;
	float:right;
	cursor:pointer;
}

