.notice-wrap {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	background: #383838;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:10px;
	color: #FFF;
	padding: 1px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	border: 2px solid #F5E84E;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 9px;
	top: 4px;
	cursor: pointer;
	color: #F5E84E;
}
