/* TODO: Need to normalize the multi-column layouts between the forms CSS and the layout CSS */
#SignIn .Section1 div.Generic2Columns div.Column1,
#SignIn .Section1 div.Generic2Columns div.Column2
{
    width: 50%;
    margin-left: 0px;
    padding-left: 0px;
}

#SignIn .Section1 div.Generic2Columns div.Column1
{
    width: 150px;
    height:100%;
}

#SignIn .Section1 div.Generic2Columns div.Column2
{
    width: 100px;
    float: left;
    height:100%;
}

#SignIn .Section1 div.Generic2Columns div.NoColumns
{
    display: none;
}

#SignInControls
{
    margin-top: 14px;
    margin-bottom: 14px;
    position:relative;
    height:1%
    
}

#SignInControls .Column1 div
{
    margin-bottom: 0.25em;
   
}
#ForgotPword
{
    padding-bottom:14px;
    position:relative;
    height:1%
   
}

#GuestCheckout
{
    background-color: #EEF3F9;
}
/* begin fresh paint related styles */
#SignIn
{
    background-color:#ffffff;
    padding:5px 0px 35px 0px;
      *padding-top:15px;
    _padding-top:15px;
  
}
#Footer
{
   left:0px;
}
#BoxedContentWhite
{
    width:918px;
    padding-top:5px;
    padding-bottom:0px;
    padding-left:15px;
    _padding-right:0px;
    _padding-top:0px;
}

#form_signin
{
    _margin-left:4px;
}
/* end fresh paint related styles */
