﻿.errorbox {
    border-bottom: 2px solid #ffa8a8 !important;
    background-color: #fff !important;
}

#errorMsg {
    float: right;
    position: absolute;
    top: 18px;
    right: 10px;
    background: rgba(60,60,60,.82);
    color: white;
    padding: 3px 8px;
    box-shadow: 0px 1px 3px #ccc;
    display: none;
    z-index: 9999;
}
