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

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	/*height: 60px;*/
	background: #FF9900;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #000;
	padding: 10px 6px 0 6px;
	font-family: Tahoma;
	font-size: 12px;
	border: 2px solid #333;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

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