@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html { height: 100%; }
body { background: #f2f2f2 url('images/fundo.jpg'); font-size: 16px; padding-bottom: 65px; }

h1 { line-height:1.4em; font-size: 24px; margin-bottom:8px; }
h2 { line-height:1.2em; font-size: 20px; }
p { line-height:1.2em; margin-bottom:24px; }

a { color:#42241b; font-size:16px; text-decoration:none; }
a:hover { color:#000; text-decoration:underline;  }

.wrapper {
	margin: 1% 2% 2% 2%;
	max-width: 90%;
}

#contact_form { 
    max-width: 90%;
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:20px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#ed7700;
	display:block;
	font-weight:800;
	
}

select { 
	width: 2000px;
	max-width: 90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:40px;
	-webkit-appearance: none;  /* Remove estilo padrão do Chrome */
    -moz-appearance: none; /* Remove estilo padrão do FireFox */
    appearance: none; /* Remove estilo padrão do FireFox*/
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #33CCFF;
	padding:10px;
	margin-bottom:0px;
}

input { 
	width:auto;
	max-width: 90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:40px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #33CCFF;
	padding:10px;
	margin-bottom:0px;
}


radio { 
	width:auto;
	max-width: 90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:40px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #33CCFF;
	padding:10px;
	margin-bottom:0px;
}


textarea { 
	width:auto;
	max-width: 90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:40px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #33CCFF;
	padding:10px;
	margin-bottom:0px;
}


button { 
	width:auto;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:transparent;
	color:transparent;
	border:0px solid #33CCFF;
	padding:5px;
	margin-right: 0px;
}


/* Created by ftutorials.com */