/**  mensagem do sistema - modal - confirmação de ação */
.modal iframe,
.modal-trava 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;
}
.modal-trava {
	background: #FFF;
	position: absolute;
	z-index: 9900;
}
.modal {
	margin: 10px auto;
	position: absolute;
	z-index: 10000;
	width: 500px;
}
.modal a { outline: none; }

.modal .m-conteudo ol {
	margin-top: 8px;
	clear: left;
}
.modal .m-conteudo ol li {
	margin: 0;
	padding: 0;
}

/*  BORDA SUPERIOR  */
.modal .m-top {
	position: relative;
	margin: 0 20px;
	height: 20px;
	background: url(images/modal/modal_horizontal.png) repeat-x top center;
}
.modal .m-top b {
	height: 20px;
	width: 20px;
	position: relative;
}
.modal .m-top .m-top-left {
	float: left;
	left: -20px;
	background: url(images/modal/modal_cantos.png) no-repeat left top;
} 
.modal .m-top .m-top-right {
	float: right;
	left: 20px;
	background: url(images/modal/modal_cantos.png) no-repeat right top;
}
/*  BORDA MEDIA  */
.modal .m-conteudo {
	position: relative;
	top: -5px;
	overflow: hidden;
	padding: 10px 0;
}
.modal .m-observacao {
	margin: 5px 10px;
}
.modal .m-mid-left {
	padding-left: 10px;
	background: url(images/modal/modal_vertical_left.png) repeat-y left top;
} 
.modal .m-mid-right {
	padding-right: 10px;
	background: url(images/modal/modal_vertical_right.png) repeat-y right top;
}

.modal .m-botoes {
	height: 30px;
	position: relative;
	z-index: 7500;
}

/*  BORDA INFERIOR  */
.modal .m-bot {
	background: url(images/modal/modal_horizontal.png) repeat-x bottom;
	position: relative;
	margin: 0 20px;
	height: 20px;
}
.modal .m-bot b {
	height: 20px;
	width: 20px;
	position: relative;
}
.modal .m-bot-left {
	float: left;
	position: relative;
	left: -20px;
	background: url(images/modal/modal_cantos.png) no-repeat left bottom;
} 
.modal .m-bot-right {
	float: right;
	left: 20px;
	background: url(images/modal/modal_cantos.png) no-repeat right bottom;
}

/* icones  */
.modal .m-icone {
	padding-left: 60px;
	padding-right: 10px;
	background: #eee url(images/modal/modal_confirm_icone.gif) no-repeat 14px center;
}
.modal .icone_confirm {
	background-image: url(images/modal/modal_confirm_icone.gif);
}
.modal .icone_confirm .m-conteudo { padding: 25px 10px; }
.modal .icone_confirm .m-botoes { height: 0; }

/**  mensagem do sistema - modal - ATENÇÂO */
.modal .icone_alert {
	background-image: url(images/modal/modal_alert_icone.gif);
}
/**  mensagem do sistema - modal - ERRO */
.modal .icone_erro {
	background-image: url(images/modal/modal_erro_icone.gif);
}
.modal .icone_erro .m-conteudo {
	padding: 10px;
	font-size: 14px;
}

/**  mensagem do sistema - modal - WHAIT */
.modal .icone_whait {
	background-image: url(/images/loading.gif);
	background-position: 20px;
}
.modal .icone_whait .m-conteudo {
	padding: 10px 0 0;
}
.modal .icone_whait .m-botoes {
	height: 0;
}