
.notice-wrap {
	position: fixed;
	top: 20px;
	right: 252px;
	width: 250px;
	z-index: 9999;
	margin:0 auto;
}

* html .notice-wrap {
	position: absolute;		
}
	.notice-item {
		background: #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		color: #000;
		padding: 6px;
		font-size: 11px;
		display: block;
		position: relative;
		margin: 0 0 12px 0;
		opacity: 0.95;
	}
		.notice-item-close {
			position: absolute;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			right: 6px;
			top: 6px;
			cursor: pointer;
		}
