﻿body
{
}

.badlogin 
{
    color: #FF0000;
}

#socialmedia 
{
    width: 900px;
}

#socialmedia div 
{
    float: right;
}

#socialmedia a
{
    padding-right: 24px;
    outline: 0;
}


#signin_overlay 
{
    display: none;
    position: absolute;
    z-index: 2;
    right: -35px;
    top: 17px;
    background-image: url(images/common/signin_pop.png);
    background-repeat: no-repeat;
    width: 319px;
    height: 305px;
}

#signin_overlay * 
{
    z-index: 3;
}

#signin_overlay #hideSignIn 
{
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 24px;
}

.overlayAlliSignInCss 
{
    width: 231px;
    height: 202px;
    position: absolute;
    top: 65px;
    left: 65px;
    text-align: left;
}

.overlayAlliSignInCss .RequiredMarkerLabel  
{
    display: none;
}

.overlayAlliSignInCss td  
{
    text-align: left;
}

.overlayAlliSignInCss .TextQuestion  
{
    border: solid 1px #cdcdcd;
    width: 179px;
    height: 17px;
}

.overlayAlliSignInCss br 
{
    line-height: 6px;
}

#MainContentWrapper .overlayAlliSignInCss 
{
    position: static;
    margin: auto;
    padding: 5em 0;
} 
