/*  janelas */
img {
   behavior: url("../../lib/msgJanelas/pngbehavior.htc");
}


#msgBox{
	position: absolute;
	top:50%;
	left:50%;
	z-index:9998;
	margin:-125px 0 0 -200px;
	text-align:left;
	cursor:default;
	background-repeat: repeat-x;
}
#msgBox[id]{
    position:fixed;
}
#msgBox button { padding-left:10px; padding-right:10px; text-align:center; }
.msgBorda
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-bottom:10px;
}

.msgBorda .msgFundo
{
	background-color:#FFFFFF;
	margin:5px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-image: url(fundo_cinza.png);
	border: 1px solid #ccc;
}

.msgBorda #msgTexto
{
	padding:3px;
	color:#000000;
	width:310px;
}
.msgBorda #msgImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.msgBorda .button_line
{
	clear:both;
	margin-top:5px;
	text-align:center
}

.msgBorda .tituloAlerta
{
	color: #000;
	background-color:#FFCC00;
	margin:5px;
	padding:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-image: url(fundoPergunta.png);
	background-repeat: repeat-x;
	background-position: center;
}

.msgBorda .tituloErro
{
	color: #fff;
	background-color:#CC0000;
	margin:5px;
	padding:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-image: url(fundoErro.png);
	background-repeat: repeat-x;
	background-position: center;
}

.msgBorda .tituloOK
{
	color: #fff;
	background-color:#009900;
	margin:5px;
	padding:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-image: url(fundoOk.png);
	background-repeat: repeat-x;
	background-position: center;
}

.msgBorda .tituloAguarde
{
	color: #fff;
	background-color:#009900;
	margin:5px;
	padding:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

#msgMascara{

    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:5000;

}

#msgMascara[id]{
    position:fixed;
}

.mascara_negra{

	 background-color:#000000;
	 opacity:0.40;
	 -moz-opacity:0.40;
	 filter: alpha(opacity=40);
}

.mascara_transparente{

	 background-color:white;
	 opacity:0;
	 -moz-opacity:0;
	 filter: alpha(opacity=0);
}

/* fim de janelas */
