#contato{
	margin:auto;
	width:950px;
}
#mapa{
	float:right;
	width:496px;
}
#google{
	position:relative;
	margin-right:0px;
	float:right;
	width:496px;
	padding:0px;
	background:rgba(255, 241, 255, 1);
	border:1px solid #96bf3d;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px #935E74;
}


#formulario form {
	display:block;
}
	
#formulario fieldset {border:0;margin-top:25px;}

#formulario h1{
	display:inline-block;
	position:absolute;
	float:right;
	background:rgba(255, 241, 255, 1);
	color:rgba(133, 84, 156, 1);
	padding:5px;
	padding-right:10px;
	border-radius:10px;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:10px;
}

hr{
	margin-top:7px;
	margin-bottom:10px;
}

#formulario label {
	display: block; 
	padding:3px;
	padding-bottom:6px;
}

#formulario span {
	color:rgba(133, 84, 156, 1);
	font-size:13px;
	text-transform:uppercase;
	width:86px; 
	display: inline-block; 
}

#formulario p {
	color:rgba(133, 84, 156, 1);
	width:90px; 
	font-size:13px;
	text-transform:uppercase;
	display: inline-block; 
	padding-bottom: 6px;
    padding-top: 12px;
}

#formulario input{
	padding:2px; 
	width:280px;
	font-size:13px;
}
	
#formulario textarea {
	padding:2px; 
	width: 374px;
	height:59px;
}

#formulario .send {
	display:block; 
	cursor:pointer; 
	border:2; 
	background:rgba(133, 84, 156, 1);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 146px;
	color:#fff;
}

#formulario .send:hover {
	font-weight:bold; 
}

#formulario{
	position:relative;
	padding:20px;
	margin-bottom:20px;
	background:rgba(255, 241, 255, 1);
	width:380px;
	border:1px solid #96bf3d;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px #935E74;
}

#telefone{
	position:relative;
	padding:20px;
	margin-bottom:20px;
	background:rgba(255, 241, 255, 1);
	width:380px;
	border:1px solid #96bf3d;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px #935E74;
}

#telefone h2 {
	width:85px;
	font-weight:normal;
	display:inline-block;
	margin-left:15px;
	margin-bottom:10px;
	font-size:13px;
	text-transform:uppercase;
	color:rgba(133, 84, 156, 1);
}

#telefone p{
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
	
}

