.notice-wrap {
    left: 0;
    position: static;
    /*top: 0;*/
    width: 100%;
    z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
    background: none repeat scroll 0 0 #F9EBAE;
    border: 1px solid #B3CBD6;
    color: #BA4C32;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 0 0 12px;
    padding: 6px;
    position: relative;
    text-align: center;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
