div.overlay {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	background-color: #000000;
	overflow: hidden;
	z-index: 16383;
}
div.msg {
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	width: 460px;
	margin-left: -230px;
	z-index: 16384;
}
td.msg_canto {
	line-height: 0px;
	font-size: 0px;
	background-repeat: no-repeat;
}
td.msg_canto_nw, td.msg_canto_ne, td.msg_canto_sw, td.msg_canto_se, td.msg_borda {
	background-image: url(../../modulos/msgr/spacer_borda.png);
	background-repeat: repeat;
}
td.msg_borda {
	line-height: 0px;
	font-size: 0px;
}
td.msg_titulo {
	background-color: #A4850F;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	cursor: move;
}
td.msg_icone {
	background-color: #FFFFFF;
	padding: 10px 0px 0px 6px;
}
td.msg_conteudo {
	background-color: #FFFFFF;
	padding: 10px;
}
td.msg_botoes {
	background-color: #FFFFFF;
/*	border-top: 1px solid #A4850F;*/
	padding: 6px 10px 6px 10px;
}
div.msg ul.lista_erros {
	padding: 0px 0px 0px 10px;
}
div.msg input[type=button] {
	border: 1px solid #A4850F;
	background-color: #FFFFFF;
	background-image: none;
}
div.msg input.default[type=button] {
	border: 1px solid #A4850F;
	background-color: #A4850F;
	color: #FFFFFF;
	font-weight: bold;
}

div.fundo_aviso {
	position: fixed;
	display: none;
	top: -30px;
	left: 50%;
	width: 950px;
	margin-left: -480px;
	background-color: #323541;
	z-index: 65533;
	padding: 5px;
}
div.corpo_aviso {
	display: none;
	background-color: #A4850F;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
div.corpo_aviso a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

