.notice-wrap {
	position: fixed;
	top: 5px;
	right: 15px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}

.notice-item-wrapper{ margin-top: 10px;}
.notice-item{
	background: #FFF888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	padding: 8px 16px 8px 8px;
	border: 1px solid #ffd800;
	display: block;
	position: relative;
}

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