.instituicaoform_text {
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    height: 14px;
    border: 1px solid #333333;
    text-indent: 1px;
    background-color: #F7F8FD;
}

.instituicaoform_menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #6C6C6C;
	background-color: #F3F3F3;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 5px;
	cursor: pointer;
}

.instituicaoform_menu-sel {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	padding: 5px;
	cursor: pointer;
}

.instituicaoform_conteudo {
	font-family: Verdana;
	font-size: 12px;
	color: #000033;
	background-color: #FFFFFF;
	padding: 6px;
	width: 98%;
	height: 230px;
}

.instituicaoform_tb-conteudo {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}