@charset "utf-8";
@import url(geral.css);
/* CSS Document */
#formulario {
	width:282px;
	float:left
}
form strong {
	width:180px;
	display:block;
}
input[type="text"] {
	background:url(../img/contato/input_text.jpg) no-repeat;
	border:none;
	padding:5px;
	height:35px;
}
textarea {
	background:url(../img/contato/textarea.jpg) no-repeat;
	border:none;
	width:240px;
	height:128px;
	padding:5px;
}
input.btn_enviar {
	background:url(../img/contato/btn_enviar.jpg); width:70px; height:25px; border:none; margin-left:0px
}
#localizacao {
	width:300px;
	float:right
}