/**  mensagem do sistema - modal - confirmação de ação */
.jquery_popup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 899;
}
.jquery_popup .POPUP_bg {
	position: absolute;
	background: #000;
	z-index:900;
}
.jquery_popup .POPUP_bg div {
	background: #000;
}

.jquery_popup iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	border: 0px none;
}

.jquery_popup .POPUP_window {
	position: absolute;
	z-index:1000;
	background: #FFF;
	border: 2px solid #DDD;
}

.jquery_popup .POPUP_titulo {
	color: #FFF;
	font-size: 14px;
	height: 30px !important;
	background: url(images/popup-titulo-bg.gif) top repeat-x;
}
.jquery_popup .POPUP_titulo h2 {
	float: left;
	margin: 0; padding: 0;
	overflow: hidden;
	font-size: 15px;
	padding: 5px;
}
.jquery_popup .POPUP_fechar {
	float: right;
	height: 30px;
	width: 30px;
	cursor: pointer;
	position: relative;
	background: url(images/popup-fechar.gif) no-repeat;
}
.jquery_popup .conteudo {
	background: #FFF url(images/popup-window-bg.gif) top left repeat-x;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
	float: left;
	position: relative;
	z-index: 1;
}

.jquery_popup .carregando {
	background: url(images/loading.gif) center no-repeat !important;
	width: 280px;
	height: 100px;
	margin: 0 auto;
}