@charset "utf-8";
/* CSS Document */

dl,dd,dt {
	margin:0;
	padding:0;
}
#contato {
	position:relative;
	width:950px;
}
#contato p {
	margin:0;
	padding:0;
}
#contato_wrap {
	margin-top:30px;
	margin-bottom:30px;
}
#fundo_form {
	float:left;
	width:583px;
	height:367px;
	background:url(imagem/contato_bg.png) no-repeat;
}
#fundo_form_map {
	float:left;
	width:583px;
	height:367px;
	/*background:url(imagem/contato_bg.png) no-repeat;*/
}
#form_wrap {
	position:relative;
	width:543px;
	height:327px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}
#form_wrap_map {
	position:relative;
	width:600px;
	height:327px;
	padding-top:30px;
	padding-left:0px;
	padding-right:350px;
}

.input-nome {
	width:350px;
	padding:2px;	
	height:30px;
	line-height:30px;
}
.input-email,.input-telefone {
	width:250px;
	height:30px;
	padding:2px;
	line-height:30px;
}

input[type=text], select, textarea {
    border: 1px #fff solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

.form-esq {
	float:left;
	width:254px;
}

.espaco-dd {
	padding-bottom:22px;
	
}
.form-dir {
	margin-left:20px;
	float:left;
	width:254px;
}

.form-esq-mensagem {
	float:left;
	width:430px;
}

.form-dir-mensagem {
	float:left;
	width:104px;
}

textarea {
	width:400px;
	height:80px;
	padding:4px;
}
.form-enviar {

	border:none;
	width:101px;
	height:93px;
	background:url(imagem/botao_enviar.png) no-repeat;
	cursor:pointer;
}

.form-enviar:hover {
	background-position:-101px 0;
}

#visite {
	margin-top:33px;
	float:left;
	width:367px;
	height:306px;
	/*background:url(imagem/visite.png) no-repeat;*/
}
.erro {
	padding-left:4px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}
.sucesso {
	position:absolute;
	top:136px;
	left:117px;
	width:349px;
	height:96px;
	background:url(imagem/sucesso.png) no-repeat;
}