#espaco_msgUsuario
{
	position: absolute;
	width: 200px;
	height: 90px;
	display: none;
}

.div_msgUsuario
{
	position: fixed;
	display: none;
	text-align: justify;
	color: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	height: 100px;
	bottom: 0px;
	z-index: 298; /*Z-INDEX do div_fundo menos 1 - Controlado também no funcoes_master.js */
}	

.div_mensagens
{
	background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
	height: 70px;
	overflow: auto;
}

.btFecharMensagens
{
	position: absolute; 
	top: 1px; 
	right: -10px;
	width: 20px;
	height: 20px; 
	cursor: pointer;
}
