.notice-wrap {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 26px;
	background: gray;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #000000;
	padding: 0px 0px 12px 0px;
	font-family: lucida Grande;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #999;
	display: block;
	position: relative;
	text-align: center;
}

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