.notice-wrap {
	position: fixed;
	top: 220px;
	left: 40%;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 40px;
	background-color: #042514;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ECEA8C;
	padding: 20px 6px 0;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #FDC933;
	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;
}



.notice-wrapx {
    position: fixed;
    top: 220px;
    left: 40%;
    width: 318px;
    z-index: 9999;
}

* html .notice-wrapx {
    position: absolute;     
}
 
.notice-itemx {
    min-height: 36px;
    height:auto;
    background-color: #042514;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #ECEA8C;
    padding: 20px 40px 10px;
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #598e5b;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

.notice-item-closex {
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    right: 6px;
    top: 6px;
    cursor: pointer;
}
.notice-itemx p, .notice-item p {text-align:center; margin:0;}
