body
{
    margin: 0px;
}

.DefaultForm {
    font-family: "Moret", "Source Sans 3 Light","Barlow Semi Condensed","TheSans","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px;
}

.outsideMainContent {
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #E3DDD7;
    height: 520px;
}

.centerContent {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 420px;    
    border-style: solid;
    border-color: #c7c7c7;
    border-width: 2px;
    background-color: #ffffff;
    border-radius: 20px;    
}

.centerContentDownload {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 180px;    
    border-style: solid;
    border-color: #c7c7c7;
    border-width: 2px;
    background-color: #ffffff;
    border-radius: 20px;    
}

.topnavbutton {
    width: 400px;
    height: 100px;    
    text-align: center;   
    padding: 40px 0px 40px 0px;
    display: block;       
    margin: 0 auto;
}
.FormFieldsLeft {
    position: relative;
    float: left;
    margin-right: 50px;
    width: 450px;
    display: block;
}

.FormFields {
    padding: 30px 0px 0px 30px;
}

.CustomButton {
    font-family: "Source Sans 3 Light", "Moret","TheSans","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 6px 12px;
    color: #ffffff;
    background-color: #EE9381;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    font-size: 15px;
}

.statusLabel {
    font-family: "Source Sans 3 Light", "Moret","TheSans","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
}
 
.Validation
{    
    color: red; 
    font-size: x-small
}