﻿body {
    background-color: #FFFCF2;
    height: 100%;
    width: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    border:0;
}

.LogoContainer
{
    height:120px;
    background-color:#FFFCF2;
    width:100%;
    }
    
.LogoImage
{
    position: fixed;
    width:280px;
    padding:10px;
    }
 
 .divBorderRight  
 {
     width:100%;
     border-right : 1px solid #f97600;
     border-top : 1px solid #f97600;
     border-bottom : 1px solid #f97600;
     }
     
     
 .divBorderLeft  
 {
     width:100%;
     border-left : 1px solid #546A2A;
     border-top : 1px solid #546A2A;
     border-bottom : 1px solid #546A2A;
     
     }
    
 .legend
 {
     font-family:Century Gothic;color:#ec1347;font-size:14px;font-weight:bold; text-align: center; padding: 2px 5px 2px 5px;
     }
     
 .fieldset
 {
     border: 1px solid #546A2A; width: 80%;
                            white-space: nowrap; padding: 10px; -webkit-box-shadow: #888 0px 0px 5px; -moz-box-shadow: #888 0px 0px 5px;
                            }
.ProgTitle
{
    background:#f97600;
    text-align:center;
    font-family: Century Gothic;
    font-size:32px;
    font-style:italic;
    font-weight:bold;
    color:#FFFCF2;
    padding:5px;
    
    }
    
    
    #box {
    background-color: #F5F9EE ;
    border: 2px solid #99C24D;
    height: 120px;
    left: calc(50% - (50px + 500px / 2)); /* 50% - width/2 */
    padding: 50px;
    position: absolute;
    top: calc(50% - (50px + 120px / 2)); /* 50% - height/2 */
    width: 500px;
}

#box_error {
    height: 30%;
    left: 39%;
    position: absolute;
    top: 44%;
    width: 50%;
}

.footer
{
    font-family:Century Gothic;
    font-size:x-small;
    font-style:italic;
    }
    
