body, table, section, foter, iframe, div, p, h1, h2, h3, table, tr, td, img, ul {margin:0px; padding:0px; border:0px;}

body {
/*	width: 100%;*/
	max-width: 900px;
	margin: 0px auto;
/*	background: radial-gradient(circle, rgba(227,249,249,1), rgba(84,210,248,1));*/
	/*margin: 250px 0px 0px 0px;*/
}


.formulario{
/*	float:left;*/
	margin: auto;
/*	border: 1px solid black;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	padding-left:50px;
	padding-top:50px;*/
	width:530px;
/*	height: 280px;*/
	padding: 25px 0 25px;
	background: radial-gradient(circle, rgba(227,249,249,.9), rgba(84,210,248,.9));
}

.formulario-texto{
	width:120px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:10px;
	margin-bottom:8px;
	font-size:12px;
}

.formulario-campo{
	width:400px; 
	float:left;
	margin-bottom:8px;
}

.textfield-nome{
	width:300px;
}

.textfield-ddd{
	width:20px;
}

.textfield-telefone{
	width:100px;
}

.btn-contato-enviar{
	width: 59px;
	height:18px;
	border:solid 0px;
	font-family:Calibri, Arial, sans-serif;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	background-image:url(../img/btn.jpg);
	font-size:12px;
	cursor: pointer;
}

.btn-contato-reset{
	margin-left:170px;
	width: 59px;
	height:18px;
	font-family:Calibri, Arial, sans-serif;
	color:#fff;
	margin-top:10px;
	font-weight:bold;
	background-image:url(../img/btn.jpg);
	border: solid 0px;
	font-size:12px;
	cursor: pointer;
}

.box-campo{
	width:400px; 
	float:left;
	padding-bottom:8px;
}

textarea {
	resize: none;
}


@media screen and (min-width: 360px) and (max-width: 499px) {
	.formulario {margin: 180px 0 0 -60px;}
}

/*TELA de 790 px ATÉ ... px*/
@media (min-width: 790px) {
	body {margin-top: 310px;}
}
