/* form errors */
.mg_errorfield {
    border: 1px solid #ff0000;
    background-color: #fffee4;
}

.mg_errortooltip {
    position: absolute;
    /*width:520px;*/
    max-width: 520px;
    padding: 7px 20px 7px 10px;
    text-align: left;
    border-radius: 4px;
    color: #fff;
    background-color: #c40000;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.35);
    /*font-size: 12px; */
}

.mg_errortooltip:after {
    height: 0;
    width: 0;
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-color: rgba(196, 0, 0, 0);
    border-bottom-color: #c40000;
    border-width: 7px;
    margin-left: -7px;
}
