.mask-popup{
	display: none;
	background: #000 url(../../images/fundoModal.png); 
	position: fixed; left: 0; top: 0; 
	width: 100%; 
    height: 100%;
	opacity: 0.8;
    cursor: pointer;
	z-index: 99999;
}
.windows-popup{
    font-family: Arial, Verdana, Helvetica;
	display:none;
	background: #fff url(../../images/fundoWindow.png);
    border: 2px solid #ddd;
    box-shadow: 0px 0px 20px #000;
	padding: 10px; 	
	position: fixed; top: 50%; left: 50%;
    float: left;
	z-index: 999999;
}
.title-popup{
	max-width: 800px;
	height: 32px;
	margin-bottom: 5px;
}
.title-popup h4{
	float: left;
    margin-top: 7px;
}
.close-popup{
	width: 32px;
	height: 32px;
	background: url(../../images/fecharModal.png);
	float: right;
	cursor: pointer;
    margin: 0 0 4px 0;
}
.content-popup{
	max-width: 960px;
    height: auto;
	background: #FFF;
    margin: 20px auto 0;
    text-align: center;
}
.content-popup p{
    display: block;
    padding: 10px;
	text-align: center;
    font-size: 1.2em;
}