﻿    body 
    {
      font-family:poppins;
      font-size:12px;
    }
.errorMsg 
{
    font-family:poppins;
}


    .lblFieldName {
        display: inline-block;
        float: left;    
        text-wrap:none;
        font-family:poppins;

    }
     .txtwatermark 
        {
            color:gray;
            font-family:poppins;
        }

    .lblAgree {
        margin-left:10px;
        margin-right:10px;
        margin-top:5px;
        margin-bottom:5px;
        font-family:poppins;
        font-size:8px;
    }

    .left {
        float:left;
    }

.text-center {
    text-align: center;
}

    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .modalPopup
    {
        background-color: #FFFFFF;
        width: 300px;
        border: 2px solid #D2691E; /*#0DA9D0;*/   /*#0DA9D0;*/
        font-family:poppins;
    }

    .modalPopup .header
    {
        background-color:  #D2691E; /*#5D7B9D; #2FBDF1;*/
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        font-family:poppins;
    }

    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        font-family:poppins;
    }

    .modalPopup .footer
    {
        padding: 3px;
    }

    .modalPopup .yes, .modalPopup .no

    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-family:poppins;
    }

    .modalPopup .yes
    {
        background-color: #5D7B9D; /*#2FBDF1;*/
        border: 1px solid #0DA9D0;
        font-family:poppins;
    }

    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
        font-family:poppins;
    }

