@charset "utf-8";
/* CSS Document */
.formulario{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 50px;
	width: 500px;
	padding-bottom: 50px;
}

.formulario-texto{
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.formulario-campo{
	width: 350px;
	float: left;
	margin-bottom: 8px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFF;
}

.textfield-nome{
	width:300px;
}


.textfield-ddd{
	width: 20px;
}
.text-ddd{
	width: 20px;
}

.textfield-telefone{
	width:100px;
}

.btn-contato-enviar{
	width: 100px;
	height: 30px;
	border: 2px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000;
	font-weight: bold;
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
	background-image: url(../images/BTN%20ENVIAR.png);
	}
	.btn-contato-enviar2{
	width: 100px;
	height: 30px;
	border: 2px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000;
	font-weight: bold;
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
	background-image: url(../images/BTN%20ENVIAR.png);
	margin-left: 200px;
	}

.btn-contato-reset{
	margin-left: 170px;
	width: 100px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000;
	margin-top: 10px;
	font-weight: bold;
	border: 2px solid #666;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/BNT%20LIMPAR.png);
}

.box-campo{
	width:400px; 
	float:left;
	padding-bottom:8px;
}
