.ui-widget-overlay {
	opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
	filter: Alpha(Opacity=50) !important;
	background: rgb(50, 50, 50) !important; /* This will make it darker */
	z-indez:610;
}

.ui-front{
	z-index:609;
}

.item{
	cursor:pointer;
	padding-bottom:20px;
}

.bgrid{
	cursor:pointer;
}

#div_cadastro_top{
	width:75%;
	height:400px;
	overflow-y:scroll;
	margin:auto;
}
@media screen and (max-width: 768px) {
	#div_cadastro_top {
		width:100%;
	}
	#ocartorio{
		height:2100px;
	}
	.item{
		padding-bottom:30px;
	}
}

#div_cadastro, #div_cadastro table, #div_cadastro tr, #div_cadastro td, #div_cadastro b{
	font-size:12px;
	padding:4px 0px 4px 0px;
	margin-right:0px;
}

#div_cadastro div{
	font-size:12px;
	padding:2px 2px 2px 2px;
}

#div_cadastro input, #div_cadastro select{
	height:28px;
	padding:2px 2px 2px 2px;
}

#div_login {
	display:none; position:relative; width:300px; height:200px; background-color:#57cbfe; left:300px; padding:0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
	#div_login {
		left:0px;
		top:3px;
	}
}

#tbl_login{
	width:300px; height:80px; color:#000000; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
}

#div_esqueceu_senha{
	color:#000000; font-size:10px;
}

#tbl_contato td{
	padding-left:0px;
	padding-right:0px;
	font-size:14px;
}