﻿body {height:100%!important;}
html {height:100%!important;}

#hideSelect{
	z-index:997;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#bglzModal {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.60;
    z-index:998;
    display:none
}

.lzJanela {
    position:absolute!important;    
    z-index:999;
    background-color:Transparent
}