﻿.overlay {
    	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	z-index: 1000;	
	display: none;
}

#cli_inativo{
    width: 600px;
	height: 450px;
	margin:  0 auto;
	position: absolute;
	top: 10%;
	right: 20%;
	bottom: 20%;
	left: 20%;
	z-index: 15000;
	box-shadow: 0 0 50px #000;
	-o-box-shadow: 0 0 50px #000;
	-moz-box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;
	-ms-box-shadow: 0 0 50px #000;	
	display: none;
}