.formulario{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:400px;
	padding:10px;
	border:2px dotted #ccc;
}

.formularioInscricao{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:450px;
	padding:10px;
	border:2px dotted #ccc;
}

.formulario-texto{
	width:80px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:10px;
	margin-bottom:8px;
	font-size:12px;
}

.formulario-campo{
	width:280px; 
	float:left;
	margin-bottom:8px;
}

.textfield-nome{
	width:300px;
	border: 3px solid #d3dae2;
}

.textfield-ddd{
	width:20px;
}

.textfield-telefone{
	width:110px;
	border: 3px solid #d3dae2;
}

.btn-contato-enviar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/bt_form.png);
	background-repeat: no-repeat;
	width: 76px;
	height: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
	cursor:pointer;
}
.btn-contato-reset{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/bt_form.png);
	background-repeat: no-repeat;
	width: 76px;
	height: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
	cursor:pointer;
	margin-left:100px;
}

.box-campo{
	width:400px; 
	float:left;
	padding-bottom:8px;
}