﻿
*{ margin:0; padding:0; }

div#ModalPopup
{ 
    background-image	:	url("../imagens/overlay.png"); 
    display				:	none;
    position: absolute;
    top					:	0px;
    left				:	0px;
    z-index				:	9999;
    width				:	100%;
}

div#ModalPopup div#MpCarregando
{
	display				:	none;
    position			:	relative;
    z-index				:	1000;	
    width				:	126px;
}

div#ModalPopup div#MpConteudo
{
	display				:	none;
    position			:	relative;
    z-index				:	9999;
}

div#ModalPopup div#MpConteudo #MpConteudoCen {
	overflow			:	hidden;
	float				:	left;
	width				:	100%;
}

div#ModalPopup div#MpConteudo #MpConteudoCen .MpConteudoCentral{
	background-color	:	#FFF;
	float				:	left;
	position			:	relative;
	padding             :   10px;
}

div#ModalPopup div#MpConteudo .Fechar{
	width				:	20px;
	height				:	21px;
	position			:	absolute;
	display				:	block;
	background			:	url("../imagens/btnFechar.gif") no-repeat;
	text-indent			:	-9000px;
	right				:	0;
	top					:	0;
	cursor				:	pointer;
	z-index				:	9999;
}



