/* (vidamed2014/build_r19_f362) - todos os direitos reservados */
.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 60px;
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #eee;
	padding: 6px 6px 0 6px;
	font-family: lucida Grande;
	font-size: 11px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	text-align: center;
	padding: 5px 15px 0 0;
}
	
	.msg_ok {
		background: #006600 url(../img/painel/msg_ok.png) 5px center no-repeat;
		padding: 5px 15px 0 35px;
	}
	
	.msg_erro {
		background: #990000 url(../img/painel/msg_erro.png) 5px center no-repeat;
		padding: 5px 15px 0 35px;
	}

	.notice-item img{
		float: left;
	}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
