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

.notice-item-wrapper {
	cursor: pointer;
}

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

.notice-item {
	height: 60px;
	background: #F0F4FF;
	color: #015AA3;
	padding: 6px 6px 0 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CECECE;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item-close {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
	float: right;
	width: 10px;
	padding-left: 15px;
}


.notice-item p {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.notice-item.notice {
  background-position: 10px 8px;
  background-repeat: no-repeat;
  min-height: 60px;
  height: auto;
}