#area
{
  position:relative;
  left:37%;
  top:10%;
  width:320px;
  height:270px;
}
#area #formulario
{
  position:absolute;
  display:block;   
}
#area-teste
{
	position: relative;
    left: 30%;
    top: 29%;
    width: 500px;
    height: 270px	
}
#area-teste #formulario
{
  position:absolute;
  display:block;   
}
    
fieldset
{
  width:300px;
  height:250px;
}
select{
	height: 40px !important;
}
html {
	height: 100%;
	min-height: 100%;
}

#body {
	display: flex;
	flex-direction: column;
	min-height: 100%;

}

#topo{
	z-index: 2;
}

#pesquisa_result{
	position: absolute;;
	width: 28px;
	height: 2px;
	left: 1px;
	z-index: 3;
}

#atualizar{
	height: 70px;
}

footer {
	margin-top: auto;
}

.load {
width: 100px;
height: 100px;
position: absolute;
top: 30%;
left: 45%;
color: blue;
}