/* CSS Document */
/*Contatos */

#fundo_contato{
	width: 100%;
	min-height:700px;
	float:left;
}

#conteudo_contato{
	width:980px;
	min-height:700px;
	margin:0 auto;
}
#contato {
	width: 550px;
	height: 580px;
	float: left;
}

#localizacao {
	width: 200px;
	height: 500px;
	float:left;
	margin-left:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#localizacao p {
	margin: 5px 0 5px 0;
}

#localizacao small {
	display: none;
}

#localizacao iframe {
	width: 425px;
	height: 340px;
}

.label-form {
	width: 100%;
	height: 25px;
	margin: 10px 0 0 0;
}

.input-form {
	width: 99%;
	height: 25px;
	border: solid 1px #436EAC;
	outline: none;
	text-indent: 5px;
	border-radius: 2px;
}

.textarea-form {
	width: 98%;
	height: 100px;
	border: solid 1px #436EAC;
	outline: none;
	border-radius: 2px;
	resize: none;
	padding: 3px;
}

.submit-contato {
	width: 76px;
	height: 28px;
	margin: 10px 0 0 0;
	background: url('../img/botao_enviar.png')no-repeat;
	border: none;
	cursor: pointer;
}