.notice-wrap {
	position: relative;
	float:left;
	width: 450px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 40px;
	background: #444;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #eee;
	padding: 0px 6px 8px 15px;
	font-family: Tahoma, Lucida Grande, Arial;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item-close {
	position: absolute;
	display:block;
	text-align: right;
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 3px;
	cursor: pointer;
	color: #CCC;
}

.notice-item-close:hover {
color: #FFF;
}