.notice-wrap {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 60px;
	width: 80%;
	z-index: 9999;
}

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


.notice-item-wrapper {
	float: right;
}

 
.notice-item {
	height: 60px;
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #eee;
	padding: 6px 6px 0 6px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	opacity: 0.8;
	text-shadow: #000 1px 1px 1px;
	width: 340px;
	font: 10pt/13pt Arial, Helvetica, sans-serif;
	text-align: left;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	right: 6px;
	top: 0px;
	cursor: pointer;
	text-shadow: #111 0 0 0;
	display: none;
}

