.notice-wrap {
	position: fixed;
	top: 100px;
	right: 25%;
	width: 50%;
	z-index: 9999;
	left: 25%;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

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