﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.HeaderLogin
{
    box-shadow: 0px 1px 3px #111;
    background-color: #F4F4F4;
    line-height: 70px;
}


.EditRecordHomePage {
    margin-top: 130px;   
    margin-bottom: 20px;
}


.EditRecordHomePage_Caption {
    color: #666;
    padding: 7px 10px 0 0;
    vertical-align: top;
    font-size: 14px;
}

.EditRecordHomePage_Value {
    padding: 5px 0;
    line-height: 22px; /* needed to align labels with inputs*/
    vertical-align: top;    
}


.Document{
 background-color: #FFFFFF;   
 padding: 0px 0px 0px 0px;
 min-height: 550px;
 _height: 100%;
 width:100%;
 background-image: url("img/legal.png");
 background-repeat: no-repeat;
 margin-top:2px;
 background-size: 100%;
 min-width: 1100px;
}

.Register{
 background-color: #FFFFFF;   
}

.TextBoxLogin{
    padding: 0px 12px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
}

td.MandatoryValue {
    border-left: 0px;
}


.MandatoryCaption:after {
    content: "*";
    position: absolute;
    padding: 0px 5px 5px 3px;
    color: #BF1601;
    font-size: 12px;
    font-weight: normal;
}

.ButtonHomePage{
    background: #FF6600;
    border: 1px solid #888888;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
   
}


    