.notice-wrap {
	position: fixed;
	top:40%;
	right:0;
left:40%;
	width: 400px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 65px;
	background: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #f1f1f1;
	padding: 16px 6px 0 10px;
	font-family: lucida Grande;
	font-size: 11px;
	border: 3px solid #888;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item p {

	color: #fff;
font-size:18px;
}

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