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

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

.notice-item {
    padding: 6px 6px 6px 6px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    font-size: 11px;
    border: 2px solid;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

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

.notice {
    background: #fff;
    border-color: #0057A3;
    color: #000;
}
