.noticeBackground {
    padding-left: 70px;
}
.noticeRow {
    height: 23px;
    background: #ffffff;
    width: 300px;
}
.noticeOK {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #2ea41b;
    margin-top: 4px;
}
.noticeError {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #cf0000;
    margin-top: 4px;
}