﻿body
{
	background-color: #CCDDFF;
}
.whiteBody
{
	background-color:White;
}
#homepageBG
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.logInContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#logInPanel
{
    position: absolute;    
    background-repeat: no-repeat;
    top: 80px;
    width: 733px;
    height: 493px;
}
.logInPanel-en {
   background-image: url('Images/RSC016 - Log On Frame_EN.png'); 
}
.logInPanel-fr {
   background-image: url('Images/RSC019 - Log On Frame_FR.png'); 
}
.logInFormField
{
    position: absolute;
    top: 100px;
    left: 150px;
    width: 500px;
}
.logInLinkRow
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 24px;
    text-align: right;
}
#logInPanelNoImage
{
    position: absolute;
    background-repeat: no-repeat;
    top: 80px;
    width: 733px;
    height: 493px;
}
.largeFormField
{
    position: absolute;
    top: 70px;
    left: 150px;
    width: 555px;
}
.aspNetDisabled
{
  color: gray !important;
}
