.endereco {
	 float: left;
	 text-align: left;
	 color: #4c7db7;
	 padding-left: 4em;
	 margin-top: 4em;
	 font-size: 0.90em;
}

.mapa {
	float: right;
	width: 30em;
	padding-right: 2em;
}

.mapa small {
	float: right;
	font-size: 0.75em;
}

.mapa a {
	color: #405d80;
}

.mapa iframe {
	width: 100%;
	height: 15em;
	border: solid black 0.08em;
}

h1 {
	clear: both;
	margin-bottom: 3em;
}
form {
	padding-left: 2em;
	width: 60%;
	font-size: 0.90em;
}

form label {
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom: 0.5em;
	position: relative;
}
form label sup {
	position: absolute;
	left: 100%;
	height: 100%;
	color: #f00;
	font-weight: bold;
	width: 15em;
}
form b {
	float: left;
	width: 22%; 
	text-align: right; 
	font-weight: bold;
	margin-top: 0.15em;
	color: #3069a2;
}

input, textarea {
	width: 73%;
}

textarea {
	height:  12em;
}

select {
	width: 74%;
}

input, select, textarea {
	margin-left: 2%;
	border: 0.01em #c8e4ff solid;
	color:#004f9f;
	background-color:#edf6ff;
}

.submit {
	width: 5em;
	float: right;
}
