﻿body {
    font-family: SFS, Arial, sans-serif;
    font-size: 12px;
    background-color: #F4F6F9
    
}

#wrapper{
    margin: 0px auto;
    width:1024px;
    min-height:600px;
    border:1px solid groove;
    
}

#header
{
    margin: 0px auto;
    width:100%;
    height:140px;
    vertical-align:bottom;
    border-bottom:1px solid #D8DDE6
    
}

#logo{
    padding:10px;
    float:left;   
}

#menu
{
    padding:10px;   
    float:right;
}

#content
{
    margin: 0px auto;
    padding: 20px;
    color: #16325c;
}
#visual
{
    float:right;
    margin-top:10px;
}

.Form,
.FormLeft
{
    margin: 0px auto;
    text-align:left;
    border-radius: 4px;
    border: 1px solid #D8DDE6;
    background-color:white;
    padding:10px;
    margin-top:20px;
}

.FormLeft
{
    text-align:left;
}

.textHeader1
{
     font-weight:700;
     font-size:larger;
     margin-bottom:20px;
}

ul { list-style: none; margin: 0; padding: 0; }
li { margin: .2em 0; }

label { 
    float: left; 
    width: 200px; 
    margin-right: 15px; 
    text-align: right; 
  }

.fieldinfo
{
    float: right; 
    text-align: right; 
}

.button{
    margin-top:200px;
    padding: 12px 24px;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    font-family: SFS, Arial, sans-serif;
    color: white;
    cursor: pointer;
    background-image: none !important;
    background-color: #10887D;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
}

.textbox{
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    transition: all 0.1s;
    width:200px;
}

.Note{
    margin: 0px auto;
    border-radius: 4px;
    border: 1px solid #D8DDE6;
    width:300px;
    background-color:#E9E671;
    padding:10px;
    margin-top:20px;
    margin-bottom:20px;
    font-style:italic;
}

.table, .profile {display: table;
        border: dotted 1px;
        width:950px;
}
.profile{width:400px;}


.row1,
.row {display: table-row;
       border: dotted 1px;
}
.cell1,
.celllast,
.cell {display: table-cell;
        border: dotted 1px;
        padding:5px;
}

.cell1 {
    width: 200px;
    background-color: #10887D;
    color: white;
}

.celllast {
    width: 200px;
    background-color: lightgrey;
    color: black;
}

.row1
{
    background-color:#10887D;
    color:white;
    
}