.notice-wrap {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 250px;
	margin-top:40px;
	margin-right:10px;
	z-index: 11111;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	min-height: 40px;
	_height:40px !ie6;
	background: #cc0000;
/*
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
*/
	color: #eee;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 3px solid #999;
	display: block;
	position: relative;
	margin: 0 0 1em 0;
}

.notice-item-close {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	right: .5em;
	top: .1em;
	cursor: pointer;
}
