#dialog-mask, .modalBackground {
	position:fixed; 
	top:0; left:0; 
	height:100%; 
	width:100%; 
	z-index:1000 !important; 
	background:#0F496F !important;
	opacity:.8; 
	filter:alpha(Opacity=80); 
	-khtml-opacity: .6;
}
#dialog {
	position:fixed; 
	width:100%; 
	z-index:2000 !important; 
}

* html #dialog {/*ie6 hack*/ 
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	top:50% !important;
}

* html #dialog-mask {/*ie6 hack*/
	position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#dialog-body{
	background:#fff url(images/bg_conteudo.jpg) repeat-x;
	padding:15px;
	border:1px solid #bfd9f0;
}
h4#topoH4{
	float:left; 
	display:block; 
	width:100%; 
	background:#bfd9f0; 
	margin-bottom:10px;
}
span#tituloH4{
	width:98%; 
	padding:0.5%; 
	margin:0.3%; 
	font-size:14px !important; 
	color:#52697E;   
	border:1px solid #fff; 
	display:block;
}
#conteudoMensagem{
	display:block;  
	font-size:1.1em; 
	font-size: 12px;
}
#texto{
	clear:left; 
	text-align:left; 
	color:#52697E;
	min-height:90px; 
	padding:5px 0; 
}
#texto h5{font-size:12px; }
#botoes{
	clear:both;
	text-align:center;
	}
#botaoClose{
	background:url(images/fundo_btn.png) left repeat-x; 
	padding:2px;
	border:1px solid #E5E5E5;
	font-size:11px;
	font-family:Trebuchet MS; 
	color:#708598;
}

.dialogoUnidade{ font-size:14px !important; }

/* MENSAGENS PARA O USUÁRIO - 4 CASOS */

/* ERRO */
.error {background:url(../Imagens/mErro.png) bottom right no-repeat;}

.errorheader {background:#bfd9f0; color:#52697E;}

.errorbutton {background:#bfd9f0; color:#52697E; }

/* AVISO - ATENÇÃO */
.warning {background:url(../Imagens/mAtencao.png) bottom right no-repeat;}

.warningheader {background:#bfd9f0; color:#52697E;}

.warningbutton{background:#bfd9f0; color:#52697E; }

/* SUCESSO - OK */
.success{background:url(../Imagens/mSucesso.png) bottom right no-repeat;} 

.successheader{background:#bfd9f0; color:#52697E;}

.successbutton{background:#bfd9f0; color:#52697E;}

/* Pergunta */
.prompt{background: transparent url(../Imagens/mPergunta.png) bottom right no-repeat;} 

.promptheader{background:#bfd9f0; color:#52697E;}

.promptbutton{background:#bfd9f0; color:#52697E;}