.notice-wrap {
 position: fixed;
	bottom: 50px;
	right: 12px;
	width: 240px;
	z-index: 99;
}

.notice-item {
 background: #ffffcc;
 color: #333300;
 padding: 8px;
 margin-top: 12px;
 border: 1px solid #cccc99;
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 -khtml-border-radius: 8px;
}

.notice-item p {
 display: table-cell;
}

.notice-item-close {
	float: right;
	cursor: pointer;
 padding-left: 8px;
	font-weight: bold;
}
