.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 260px;
	z-index: 9999;
}
* html .notice-wrap {
	position: absolute;
}
.notice-item {
	background: #ffdd09;
	padding: 24px 12px;	
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	color:#000;
  font-size: 14px;
}
.notice-item p {
    display: block;
    margin: 0;
    padding: 0;
}
.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer; 
	color:#000;
}
.error_field {color: red; text-align: center; margin: 0;}
.items-overlay {    text-align: center;
    /* margin: 50px; */
    position: absolute;
    z-index: 999;
    /* background: #FFF; */
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    top: 0;
    left: 0;
    /* margin-top: 50px; */
    padding: 150px;}