.google-map{
	margin-right: 300px; 
	margin-left: 100px;
	width: 600px; 
	height: 350px;
}

.form-control {
	display: block;
	width: 100%;
	/*height: 34px;*/
	padding: 6px 12px;
	font-size: 12px;
	/*line-height: 1.42857143;*/
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background-clip: padding-box;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.pure-group input{
	margin-bottom: 5px;
}

.form-elements{
	margin-top: 20px;
}

.input-group-btn {
	width: 1%;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.form-elements, 
.google-map,
#mensagemSucesso,
#mensagemError {
	border-style: groove; 
	border-width: 1px; 
	border-color: orange;
	margin-bottom: 15px;
}

.form-elements {
	padding: 5px;
}

.google-map{
	padding: 10px;
}

.btn-primary, .btn-primary:active {
	background-color: #55b4d4 !important;
	border-color: #55b4d4 !important;
	color: #ffffff !important;
}

#btn_message {
	resize:none;
	width: 339px;
	height: 218px;
}

#mensagemSucesso,
#mensagemError {
	display:none; 
	padding: 50px 50px 50px 50px; 
	margin-top: 100px;
}

.alert-success{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-danger{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}