body
{
    font-family: Verdana,sans-serif,Arial;
    font-weight: normal;
}

#btnSubmit
{
/*margin-left: -35px;*/
    padding: 6px 12px;
    border: 1px solid transparent;
  
    font-family: Arial;
    font-size: 15px;
 
    margin-top: 40px;
    margin-bottom: 15px;
    
    font-weight: 400;
    color: #ffffff;
    background-color: #cc0000;
    
    text-align: center;
    border-radius: 18px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 40px;
    margin-bottom: 15px;
    /*margin-left: -206px;*/
    
}

h3
{
    font-family: "Segoe UI",Arial,sans-serif;
    text-transform: uppercase;
    text-align: left;
    width: 300px;
    margin: auto;
    margin-bottom: 5px;
}

#FieldsTable
{
    width: 100%;
    margin: auto;
}

#lblFormTitle
{
    font-size: 30px;
    font-weight: 400;
}

#FieldsTable span
{
    font-weight: 700;
    padding-top: 7px;
    float: left;
    width: 200px;
    padding-right: 15px;
    text-align: right;
}

    .label::after
    {
        content: ':';
    }

#FieldsTable textarea
{
    /*margin-left: -35px;*/
    height:215px;
    margin-top:20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 96%;
    margin-bottom: 0;
        border: 2px solid #d6e0e8 !important;
 
    padding: 6px 2%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: none;

 
  
}

#FieldsTable input[type="text"]
{
    /*margin-left: -35px;*/
   margin-top:20px;
   
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 96%;
    margin-bottom: 0;
        border: 2px solid #d6e0e8 !important;
    
    height: 56px;
    padding: 6px 2%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: none;
}

.inputtext::before
{
}

.inputtext::after
{
    content: '';
    display: block;
    clear: both;
}

select
{
    /*margin-left: -35px;*/
    margin-top:20px;
    padding: 6px 12px;
    height: 74px;
    width: 100%;

    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    border: 2px solid #d6e0e8 !important;
}

.vi input
{
    width: auto !important;
}

.vi
{
   
    color: black;
    font-weight: normal;
}

#recaptcha
{
    width: 302px;
    margin: auto;
    margin-top: 10px;
}

.submitbtn
{
    width: 200px;
    margin: auto;
}
.inputtext
{
    padding:5px;
        margin-top: -20px;
}

#lblThanksMessage img{
    width: 300px;
    display: block;
    margin: 0 auto;
}
#Repeater1_ctl03_lblQuestionText{
    display:none;
}