﻿#errNotice 
{
    position:absolute;
    bottom:10px;
    color:red;
    display:none;
    margin:5px 0px;
    font-weight:bold;
    background:white; 
    text-align:center;
    width:100%;
    
}
/*overflow-y:auto;
    max-height:50px;*/

.needsfilled 
{
    background:red !important;
    color:white !important;
}
