﻿.check_msg_notice {
    color: green;
    text-align: left;
}

.check_msg_warning {
    color: tomato;
    text-align: left;
}

.check_msg_err {
    color: red;
    font-weight: bold;
    text-align: left;
}

.display_none {
    left: -1000px;
    width: 0px;
    position: absolute;
    top: -1000px;
    height: 0px;
    display: none;
}
