@charset "utf-8";

/* --------| Folha de Estilos da página 'cadastro.php' |------ */

@font-face {
	font-family: 'FuturaStdCondensed';
	src: url('fonts/futurastd-condensed.eot');
	src: local('Futura Std Condensed'), local('Futura Std Condensed'), url('fonts/futurastd-condensed.ttf') format('truetype');
}

* { margin:0; padding:0; border:none; }

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

form fieldset ul { margin:10px 6px 0 6px; }
form fieldset ul li { list-style:none; margin-bottom:3px; }
form fieldset ul li label { display:block; padding-bottom:3px; }
form li input.text, input.email, input[type=email], form li input[type=text] { width:300px; padding:5px; background-color:#e8e7e7; border:none; height:15px; line-height:15px; border-radius:5px; -moz-border-radius:5px; -web-border-radius:5px; font-size:12px; }
form li textarea, 
form li select { width:300px; background-color:#e8e7e7; border:none; font-size:12px;
border-radius:5px; -moz-border-radius:5px; -web-border-radius:5px; padding:5px; }
form li input.submit, #content ul.form li input[type=submit] { width:87px; height:39px;
background:url('imagens/content/contato/btn-enviar.jpg'); float:right; margin-top:-10px;
border:none; cursor:pointer; text-indent:-9000px; }
form select { width:200px; padding:8px; }

h1 { background:#1778A5; padding:10px; color:#FFF; font-family:'FuturaStdCondensed'; text-transform:uppercase; font-weight:normal; line-height:30px; font-size:30px; }