#contato_corpo{
	width: 980px;
	min-height: 500px;
	margin: 0 auto;
	height: auto;
}
#contato_barra_topo{
	width: 980px;
	height: 25px;
	background:url(../img/barra_amarela_media.png);
	float:left;
}
#contato_box_formulario{
	width: 484px;
	min-height: 490px;
	height: auto;
	float: left;
}
#contato_box_endereco{
	width: 451px;
	height: 432px;
	float: right;
}
#contato_modulo{
	width: 100%;
	height: 20px;
	float: left;
}
#contato_label{
	width: 100%;
	height: 25px;
	float: left;
	margin: 10px 0 0 10px;
}
.contato_input{
	float: left;
	margin: 0 0 0 10px;
}
.input_medio{
	width: 250px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid #FFC105;
	background: #F0F0F0;
	padding-left: 5px;
	color: #333333;
}

.botao_salvar{
	width: 76px;
	height: 28px;
	background:url(../img/botao_cadastrar.png) no-repeat;
	cursor: pointer;
	border: 0px;
}
#contato_left{
	width: 240px;
	min-height: 20px;
	float: left;
}
#contato_right{
	width: 240px;
	min-height: 0px;
	float: right;
	margin: 0 0px 0 0;
}
.lateral_news_input_enviar{
	float: right;
	margin: 10px 10px 0 0;
}
#contato_endereco_dados{
	width: 451px;
	min-height: 25px;
	float: left;
	margin: 10px 0 0 10px;
}

.textarea_grande {
	resize:none;
	height: 100px;
}

#contato_endereco_dados .mapa {
	border: 1px solid #FFC105;
	margin-top: 5px;
	width: 425px;
	height: 350px;
}

#contato_endereco_dados small {
	display: none;
}


