#formframe{
    width: 840px;
    height: 480px;
    /*border: 1px solid #CCCCCC;*/
    border: 0;
}

#formframe-outras {
    width: 840px;
    height: 575px;
    border: 0;
}

#formframe body > table:nth-child(3){
	display: none;
}

#nova-pesquisa {
	display: none;
	float:left;
	margin-left: 13px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 30px;
	width: 220px;
}

#nova-pesquisa a{
	font-weight: bold;
	width: 220px;
	height: 30px;
	color: #333333;
	display: block;
}

#nova-pesquisa:hover a{
	color: white;
}

.page-bases-dados-mp #main-content{
	width: 840px;
}

.botao{
	border: 1px solid #333333;
	height: 30px;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	width: 95px;
	background-color: white;
	font-weight: bold;
	box-sizing: border-box;
	color: #333333;
}

.botao:hover{
	background: #CC0001;
	color: white;
	border: 0;
	cursor: pointer;
}
