.notice-wrap {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 30px;
	background: #333;
	color: black;
	padding: 12px 6px 0 6px;
	font-family: Tahoma, Arial,Helvetica Sans-Serif;
	font-size: 1.4em;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

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

.error,
.warning,
.notice
{
  background: #fbd3b1;
  border: 1px solid #f5c69a;
  color: #d52700;
}
.success
{
  background: #e0f2cb;
  border: 1px solid #ccebac;
  color: #6f8206;
}

