.notice-wrap {
	position: fixed;
	bottom: 44px;
	left: 6px;
	width: 260px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	/*height: 110px;*/
	background: #161515 url(/images/bg_alerte.gif) repeat-y top left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px 6px 8px 6px;
	border: 2px solid #fff;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight:bold;
	width:208px;
}


.notice-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	/*font-weight:bold;*/
}

.notice-item p {
	line-height: normal;
	padding: 0;
}


.notice-item-close {
	position: absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
.notice-item img{
	padding: 0 4px 0 0;
}