.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 260px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;
}

.notice-item {
	height: 50px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #1b3067;
	padding: 6px 6px 0 6px;
	font-family: arial;
	font-size: 14px;
	border: 2px solid #c3d1d9;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
    background-color: #e9eef2;
}


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