	@font-face {
		/*
		font-family: "BahamasLightPlain";
		src: url('../fontes/BahamasLightPlain.eot');
		src: url('../fontes/BahamasLightPlain.eot?#iefix') format('embedded-opentype');
		src: local("BahamasLightPlain"), url("../fontes/BahamasLightPlain.otf") format("opentype");
		*/
		
		font-family: 'BahamasLightPlain';
		src: url('../fontes/BahamasLightPlain/BahamasLightPlain.eot');
		src: url('../fontes/BahamasLightPlain/BahamasLightPlain.eot?#iefix') format('embedded-opentype'),
			 url('../fontes/BahamasLightPlain/BahamasLightPlain.woff') format('woff'),
			 url('../fontes/BahamasLightPlain/BahamasLightPlain.ttf') format('truetype'),
			 url('../fontes/BahamasLightPlain/BahamasLightPlain.svg#BahamasLightPlain') format('svg');
	}	

	*{font-family:Arial, Helvetica, sans-serif; font-size:13px;	color:#595959;	padding:0px;}

	html, body{height:100%; background:#E5E5E5; margin:0px auto 0; text-align:center;}

	img, sem_borda{width:100%; height:auto; border:0px;}
	.limpar_css{clear:both;}
	.sem_sublinhado{text-decoration:none;}	

	#box_formulario{display:inline-block; width:90%; padding:20px 5% 20px 5%}
	
	#box_formulario .titulo_form{font-family:'BahamasLightPlain'; font-size:28px; color:#03775F; letter-spacing:1px; padding:0px 0px 20px 0px;}
	
	#box_formulario .campos{display:inline-block; width:93%; padding:15px 3% 15px 3%; border:0px; color:#FFF; background:#068C74; margin:3px 0px 0px 0px; resize:none; outline:none;}
		#box_formulario .ddd{width:14%; margin:3px 0 0px 0px;}
		#box_formulario .telefone{width:72%;}
		#box_formulario .cidade{width:74%; margin:3px 0 0px 0px;}
		#box_formulario .uf{width:12%;}
	
		#box_formulario .bt_enviar{display:inline-block; width:100%; margin:0 0 0 0; padding:20px 0 0 0;}