html{overflow:hidden;height:100%;width:100%;}

body{
	overflow:hidden;	
	height:100%;width: 100%;
}
 
#instituicaoForm{
	overflow:hidden;	
	height:100%;width: 100%;
}

#instituicaoForm .wwFormTable{
	height:100%;width:100%;
	table-layout: fixed;	
}
#instituicaoForm .wwFormTable td{
	overflow:hidden;	
	text-overflow:ellipsis;
}


#instituicaoForm .container_paineis{
	height:100%;
	margin:0; padding:0;
	overflow:hidden;
}
#instituicaoForm .container_paineis .panel{
	overflow-x:hidden;
	overflow-y:scroll;
	margin: 0 0 0 0;
	height: 325px
}


.tabelaCadastro{
	width: 450px;
	float: left;
}

div#mapContainer {
	clear: none;
	float: right;
	height: auto;
	right: 4px;
	position: relative;
	top: 5px;
	width: 260px;
	text-align: center;
}
	
div#endereco {
  	height: expression(this.scrollHeight < 326 ? "325px" : "auto" );
	min-height: 325px;
	overflow-y: visible;
}

div#resultados {
	margin-bottom: 10px;
	margin-top: 6px;
	text-align: left;
}

div#map {
	border: 1px solid #6285AF;
	overflow: auto;
	height: 200px;
}

div#uploads {
	padding: 0 40px;
	float:right;
	position: relative;
	clear: none;
	top: 5px;
	width: 180px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

