#conteudo{
	margin-top:2px;
	background-color:#FFFFFF;
	height:312px;
	background-image:url(../images/empresa_fundo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#conteudo address{ /*index*/
	position:static;
	font-family:tahoma;
	margin-left:20px;
	font-size:11px;
	color:#42889A;
	text-align:left;
	line-height:18px;
	font-style:normal;
}
#conteudo #contato{
	padding:0px;
	margin:0px;
	margin-top:10px;
}

#conteudo #contato p {
	margin:0px 0px 8px 20px;
	_margin:0px 0px 8px 10px;
	width:200px;
	float:left;
}

#conteudo #contato p label{
	display:block;
}

#conteudo #contato p input{
	width:200px;
}

#conteudo #contato p textarea{
	width:420px;
	_width:410px;
	height:100px;
}
#conteudo #contato button{
	border:none;
	background-color:#FFFFFF;
	width:120px;
	
	position:relative;
	top:-40px;
	left:450px;
}