
#msgInf{
	border:3px solid #707070; 
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	background-color:#FFF;
	position: fixed;
	right: 0px;
	bottom: 0px;
}	

#msgInf p 
{
	margin-top: 7px;	
	margin-bottom: 7px	
}

.alerta_window .dhtmlgoodies_window_top{
	width:100%;
	height:17px;
	position:relative;
	background-color: #707070;
}

	
.alerta_window .top_buttons{
	float:right;
	z-index:10;
	position:absolute;
	right:0px;
	
}

.alerta_titulo {
	font-weight:bold;
	font-size:13px;
	overflow:hidden;
	margin-left:2px;
	margin-right:2px;
}
.alerta_mensagem 
{
	margin-left:2px;
	margin-right:2px;		
}

.alerta_rodape 
{
	text-align:center;
	text-decoration:underline;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:15px;
	color:blue;
	cursor:pointer
}

.closeButton
{
	cursor:pointer	
}

