.contato{
	width:930px;
	height:auto;
	margin:auto;
	display:table;
   margin-top:10px;
}
.contato p{
	font-size: 16px;
	color: #0D8B11;
	font-weight:500;
	text-align:center;
	padding-top:10px;

}
legend{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: rgb(255,140,0);
	font-weight:500;
	width:290px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-top:0px;
}
.cont{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight:500;
	color: rgb(255,140,0);
	width:280px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-top:0px;
}
label{
	float:left;
	clear:both;
}
fieldset label span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: rgb(0,0,0);
	font-weight:500;
	width:320px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-top:7px;
}

fieldset{
	width:905px;
	border:2px solid #e6e6e6;
	margin:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}

fieldset label input{
	width:400px;
	padding:3px 0px 3px 10px;
	border:1px solid rgb(204,204,204);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:500;
	margin-top:5px;
	margin-bottom:5px;
	
}

fieldset label select{
	width:413px;
	padding:3px 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	border:1px solid rgb(204,204,204);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:500;
}

fieldset label textarea{
	width:400px;
	padding:3px 0px;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	border:1px solid rgb(204,204,204);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:500;
}
fieldset input[type=submit]{
	float:right;
	clear:both;
	border:none;
	margin-right:140px;
	margin-bottom:10px;
	/*background-color: rgb(255,140,0);*/
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:700;
	color: #FFF;
	cursor:pointer;
	padding:5px 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	background-color:#0f8a11;
}

.acomodar{
	padding:10px;
}
section .endereco{
	width:860px;
	height:auto;
	margin:auto;
	display:table;
    margin-top:60px;
	margin-bottom:30px;
	/*background-color:#FF0;*/
}
section .endereco p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 0px;
	text-align: center;
	color: rgb(0,0,0);
	font-weight: 600;
	font-style:normal;
	margin-top:10px;
}
section .fundo h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-align:center;
	color: rgb(0,0,0);
	font-weight: 700;
	margin-top:7px;
}
.fundo span{
	cursor:pointer;
}
.fundo{
	width:350px;
	height:45px;
	float:right;
	clear:both;
	margin-top:-10px;
    border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
	background: rgb(255,140,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,140,0) 0%, rgb(255,213,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,140,0)), color-stop(100%,rgb(255,213,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(255,140,0) 0%,rgb(255,213,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(255,140,0) 0%,rgb(255,213,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(255,140,0) 0%,rgb(255,213,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(255,140,0) 0%,rgb(255,213,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ffd500',GradientType=0 ); /* IE6-9 */
}
.fundo1{
	width:480px;
	height:45px;
	float:right;
	clear:both;
    margin-right:40px;
    border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
	background: rgb(38,160,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(38,160,208) 0%, rgb(167,196,210) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(38,160,208)), color-stop(100%,rgb(167,196,210))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(38,160,208) 0%,rgb(167,196,210) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(38,160,208) 0%,rgb(167,196,210) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(38,160,208) 0%,rgb(167,196,210) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(38,160,208) 0%,rgb(167,196,210) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a0d0', endColorstr='#a7c4d2',GradientType=0 ); /* IE6-9 */
}
