﻿html, body {
    width: 100%;
    /*height: 100%;*/
}


body {
    /*background-image: url("../Style/Body.png");
    background-repeat: repeat-x;
    background-position: top;*/
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif !important;
}

h4 {
    font-family: "Lato", sans-serif !important;
}

.formWrapper {
    margin: 0 auto;
    width: 800px;
    border: 1px solid #ddd;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    background-color: #f7f7f9;
}

.divResult {
    margin: 0 auto;
    margin-top: 20px;
    width: 800px;
    border: 1px solid #ddd;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    background-color: #f7f7f9;
}

h4.title {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

.HeaderStyle {
    /*font-style:italic;*/
    font-size: 20px;
    text-align: center;
    font-family: 'Segoe UI';
}

.MultiLineStyle {
    height: 60px;
    font-size: 16px;
}

.LabelStyle {
    font-family: 'Segoe UI';
    font-size: 16px;
}

.LabelStyle2 {
    font-family: 'Segoe UI';
    font-size: 12px;
}

.TextBoxStyle {
    font-size: 16px;
}

.TextBoxValidationStyle {
    color: Red;
    font-family: 'Segoe UI';
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
}

.ComboBoxStyle {
    width: 350px;
    height: 25px;
}

.ExplanationStyle {
    font-size: 16px;
    text-align: left;
}

.InformationLinkStyle {
    font-family: 'Segoe UI';
    font-size: 14px;
}

.rcRefreshImage {
    font-family: 'Segoe UI';
}

.TableStyle {
    /*margin-left:360px;*/
    margin-top: -65px;
    padding: 5px;
    max-width: 980px;
    margin: 0 auto;
}

.ColumnLeftStyle {
    width: 250px;
    text-align: right;
}

.ColumnCenterStyle {
    width: 8px;
    min-width: 8px;
    text-align: center;
}

.ColumnRightStyle {
    width: 350px;
    text-align: left;
}

.ustDiv {
    height: 158px;
    width: 980px;
    background-image: url("../Style/GovdeUst.png");
    margin: 0 auto;
    margin-top: 2px;
}

.mainContent {
    margin: 0 auto;
}

.txtBox {
    display: inline-block;
}

.realperson-challenge {
    width: 400px;
    margin-bottom: 10px;
    overflow: hidden;
}

.realperson-text {
    float: left;
}

.realperson-regen {
    float: left;
}

