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

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 70px;
	background: #FFFFFF;
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/
	color: #37424A;
	padding: 6px 6px 0 6px;
	font-family: 			"Lucida Sans",Helvetica,sans-serif;
	font-size: 				13px;
	border : 1px solid #c3c8c8;
	display: block;
	position: relative;
	margin: 5px 0 12px 0;
}

.notice-item b{
	color:#96172E;
	font-family:"Lucida Sans",sans-serif;
	font-size:13px;
}

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




