﻿.MaskEdit {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
    height: 17px;
}

.MandatoryMaskEdit {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
    height: 17px;
    vertical-align: top;
}
