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

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

.notice-item {

    background: #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    padding: 8px 8px 8px 8px;
    font-size: 11px;
    border: 2px solid #999;
    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;
}

.warninginput {
    color:#FF0000;
    border-color:#FF0000; 
        border-width:thin; 
        background-color:#FFDDDD;
}

