#_note,
#_error {
    z-index: 1000;
    position: absolute;
    height: 23px;
    top: 0px;
    right: 0px;
    
    border: solid 1px #000;
    background: #fff;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
}

#_note {
    color: #00f;
    border-color: #00f;
}

#_error {
    color: #f00;
    border-color: #f00;
}