body{
	
	font-family: 'lato', sans-serif;
	min-width: 320px;
	background: #fff url(http://www.sampaonline.com.br/img/back.gif);
}


.container{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.contato-box{
	background: #fff;
}

.contato-box p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0 !important;
}

.destinatario h2, .contato h2, .nome h2, .email h2, .telefone h2, .declaracao h2{
	float: left;
	font-size: 16px;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.destinatario p, .contato p, .nome p, .email p, .telefone p, {
	margin: 0;
	padding: 0;

}

.destinatario , .contato , .nome , .email , .telefone , .declaracao {
	overflow: hidden;

	margin-top: 15px;
	margin-bottom: 15px;
}

.destinatario  input,  .nome  input, .email  input, .telefone input{
	width: 97%;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 5px;
}

.contato  textarea{
		width: 97%;
	margin-left: 10px;
	margin-top: 5px;
	height: 100px;
	 resize: none;
}


.declaracao input{
	margin-right: 5px;
	margin-top: 4px;
	float: left;
}

.declaracao p{
	margin-bottom: 15px !important;
}


.botao-enviar {
  border: 0;
  width: 100%;
  border-radius: 0px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 21px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: 'lato', sans-serif;
}



@media screen and (max-width: 750px) {
	.destinatario  input , .contato  input, .nome  input, .email  input, .telefone input{
	width: 95%;
	margin-left: 10px;
	margin-top: 5px;
}

.contato  textarea{
		width: 95%;
	margin-left: 10px;
	margin-top: 5px;
	height: 100px;
	 resize: none;
}


}


@media screen and (max-width: 400px) {
	.destinatario  input , .contato  input, .nome  input, .email  input, .telefone input{
	width: 94%;
	margin-left: 10px;
	margin-top: 5px;
}

.contato  textarea{
		width: 94%;
	}
}