﻿
#footer
{
    margin: auto;
    width: 900px !important;
}

#christmasImg {
    height: 380px !important;
    width: 900px !important;
    margin-left: 0 !important;
    position: absolute !important;
}

.page
{    
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border: thin solid #999;
    background-color: #FFF;
    min-height: 350px;
    min-width: 420px;
    margin-bottom: 10px;
    padding-bottom: 30px;    
    
    border-radius: 10px;
    -moz-border-radius: 10px;    
    -webkit-border-radius: 10px;
    
    -moz-box-shadow: 2px 2px 5px 1px #777;
    -webkit-box-shadow: 2px 2px 5px 1px #777;
    box-shadow: 2px 2px 5px 1px #777;
}

#main
{
    margin-left: auto;
    margin-right: auto;
    min-width: 620px;
    color: #000;
    width: 86%; /* + (2*2%)padding = 90% */
    padding: 0 2% 0;
    padding-bottom: 0%;
}

#header h1
{
    width: auto;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: -20px;
}

#languageSelectionDiv
{
    float: right;
    margin-top: -30px;
    margin-right: 20px;
}

#changePasswordFieldset
{
    margin: auto;
    text-align: left;
    width: 450px;
}

.fieldSetButton
{
    margin-bottom: 10px;
}

#registerButton
{
    float: left;
    margin-left: 200px;
    margin-bottom: 10px;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    width: auto;
    margin: auto;
}

#loginFieldset
{
    width: 400px;
}

#forgotPwLink
{
    margin-right: 60px;
}

#tenantSelect
{
    width: 232px;
}