.notice-wrap {
	position: fixed;
	bottom: 40px;
	right: 0px;
	width: 290px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}

p {
	margin: 0;
}
 
.notice-item {
	height: auto;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #000;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	border: 1px solid #999;
	display: block;
	position: relative;
	margin: 12px;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

#content-msg {
	padding: 10px;
}
