﻿.Document{
 background-color: #FFFFFF;   
 padding: 0px 0px 0px 0px;
 min-height: 550px;
 _height: 100%;
 width:100%;
 background-image: url("img/login.jpg");
 background-repeat: no-repeat;
 margin-top:2px;
 background-size: 100%;
 min-width: 1100px;
}

td.MandatoryValue {
    border-left: none;
}


.MandatoryCaption:after {
    content: "";
    position: absolute;
    padding: 0px 5px 5px 3px;
    color: #BF1601;
    font-size: 12px;
    font-weight: normal;
}
