#divOpaco{
    position: absolute; 
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background-color: #E4E4E4; 
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    height: 150%;
}

#divCenter{
    position: relative; 
    text-align: center; 
    width: 760px;
    height: 350px;
    z-index: 2;
    margin: auto;
    margin-top: 143px;
    *top: 143px;
}

#iFrameDiv{
    z-index: 3;
    background-color: #FFFFFF;
    border-top-style: solid; 
    border-top-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-left-style: solid; 
    border-left-width: 1px; 
    border-right-style: solid; 
    border-right-width: 1px;
    width: 100%;
    height: 100%;
}
#divPesqCartorio {
    position: absolute; 
    top: 0px;
    left: 0px;
	width: 100%;
	text-align: center;
}

#divOpacoBotao {
	text-align: right;
	width: 100%;
}

.btFecharDiv {
	cursor: pointer;
	font-weight: bold;
}

#imgFecharOpaco {
	margin-right: 3px;
}