/* MONTAGEM DE CONTEÚDO */

.topo{
	width:760px;
	height:348px;
	text-align:center;
	background:url(../img/topo_contato.png) top center no-repeat;
	margin:0px;
	border:none;
	padding:0px;
}
.conteudo{
	background:url(../img/bg_contato.png) no-repeat;
	width:680px;
	height:499px;
	padding:15px 40px 0 40px;
}
.formulario{
	text-align:left;
	margin:50px 0 0 45px;
	*margin:50px 0 0 23px;
	width:300px;
	float:left;
}
input{
	border:solid 1px #666666;
	color: #666666;
	width:299px;
}
input.ddd{
	width:30px;
}
input.fone{
	width:100px;
}
textarea.mensagem{
	width:299px;
	border:solid 1px #666666;
	color: #666666;
}
.enviar{
	width:64px;
	height:19px;
	background-image:url(../img/bt_enviar.jpg);
	border:none;
	margin-top:10px;
}