@charset "UTF-8";/* Css/r2/social/sso.css */
.popin-wrapper-absolute{
    font-family: Arial;
    text-align: center;
    width: 100%;
    z-index: 20001; 
    left: 50%;
    margin-left: -50%;     /* half of width */
    position: absolute; /* when we have a big popin, we use absolute and not fixed position for netbook resolutions */
    top: 10%;  
}
#windowStructure
{
    border:2px solid black;
    box-shadow: 0px 0px 10px #343434;
    margin:auto;
    width:640px;
    background-color:#E6E9F0;
}

#windowStructure #windowTitle
{
    float:left;
}

#windowStructure #windowClose
{
    float:left;
}

#ssoRegister
{
    width:640px;
    background:white;

}
#ssoRegisterHeader
{
    background-color:#3C5A9A;
    color:White;
}
#ssoRegisterHeaderUserName
{
    float:right;
    margin:10px;
    font-weight:bold;
}
#ssoRegisterHeaderUserPic
{
    float:right;
    margin:5px;
    width:25px;
    height:25px;
}
#ssoRegisterContent
{
    background-color:#E6E9F0;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
    color:#5C728A;
    font-size:small;
    
}
#ssoRegisterContentUser
{
    background-color:White;
    font-size:medium;
}
#ssoRegisterContentUserPic
{
    float:left;
    margin:5px;
    width:90px;
    height:90px; 
}
#ssoRegisterContentUserText
{
    float:left;
    margin-top:30px;
}
#ssoRegisterContentWithAccount
{
    float:left;
    margin-top:25px;
    margin-bottom:20px;
    background-color:White;
    height:130px;
    width:270px;
    text-align:center;
    font-weight:bold;
}
#ssoRegisterContentWithAccountText
{
    margin-top:30px;
    margin-bottom:15px;
}
#ssoRegisterContentSeparator
{
    float:left;
    margin-top: 10px;
    margin-left: 18px;
}
#ssoRegisterContentNoAccount
{
    float:right;
    margin-top:25px;
    margin-bottom:20px;
    background-color:White;
    height:130px;
    width:270px;
    text-align:center;
    font-weight:bold;
}
#ssoRegisterContentNoAccountText
{
    margin-top:30px;
    margin-bottom:15px;
}
#ssoRegisterHeaderLogo
{
    float:left;
}
#FBLoginCds,
#ssoRegister .ssobutton,
#ssoRegister .ssobuttonWhite,
.ssobuttonRed 
{
    cursor:pointer;
    cursor:hand
}
#ssoRegister .ssobutton,
#ssoRegister .ssobuttonWhite
{
    border-radius:3px;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:20px;
    padding-left:20px;
    margin-left: 45px;
}
#ssoRegister .ssobutton
{
    color:#ffffff;
    box-shadow: 0px 0px 10px #343434;
    border: 1px solid #355D9B;
    background:#728AAE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#728AAE), to(#355D9B));
    background-image: -moz-linear-gradient(top center, #728AAE, #355D9B);
    background-image: -o-linear-gradient(top, #728AAE, #355D9B); 
}
#ssoRegister .ssobuttonWhite
{
    color:#324F71;
    box-shadow: 0px 1px 1px #343434;
    border: 1px solid #C3C6CD;
    background:white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e0e0e0));
    background-image: -moz-linear-gradient(top center, white, #e0e0e0);
    background-image: -o-linear-gradient(top, white, #e0e0e0); 
}
.ssobuttonRed
{
    padding:4px;
    margin:3px;
    color:white;
    font-weight:bold;
    border: 1px solid black;
    border-radius:2px;
    background:gray;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(gray));
    background-image: -moz-linear-gradient(top center, red, white);
    background-image: -o-linear-gradient(top, red, white); 
}
#FormConnect,
#FormCreate
{
   display:none;
   width:640px;
   margin:auto;
   padding:auto;
   margin-top:10px;
   font-size:11px;
   font-family:Arial;
   /*background:#E6E9F0;*/
   padding-bottom:10px;
}
#FormConnect input[type="text"],
#FormCreate input[type="text"],
#FormConnect input[type="password"],
#FormCreate input[type="password"]
{
   width:250px;
}
#FormConnect .col1,
#FormConnect .col2,
#FormCreate .col1,
#FormCreate .col2
{
    float:left;    
}
#FormConnect .col1,
#FormCreate .col1
{
    width:200px;
    text-align:right;
    padding-top:4px;
    font-weight:bolder;
    margin-right:5px;
    margin-bottom:5px;
}
#FormConnect .col2,
#FormCreate .col2
{
    width:400px;
    margin-bottom:5px;
}
.clearleft
{
    clear:left;    
}
#divCreateaccount,
#divLoginAccount,
#ActionBarLogin,
#ActionBarCreate
{
    text-align:center;
    margin-top:10px; 
}
#divAcceptCondition
{
    margin-left:200px;    
}
#divLinkLostPassword
{
    text-align:right;
    margin-right:180px; 
}
#ssoRegister .headerFormSocial
{
    height:25px;
    background:#3C5A9A;
    font-size:15px;
    color:White;
    padding-top:5px;
    margin-bottom:5px;
    padding-left:5px;
}
#ssoRegister .headerFormSocial span
{
    margin-left:5px;
}
#ssoRegister .errorMsgTxt,
#ssoRegister .errorMsgChk
{
    color:red;
    display:none; 
    font-size:11px; 
    font-weight:bold;
}
#ssoRegister .errorMsgVisible
{
    color:Red;
    font-size:10px; 
    margin:4px;
    padding:4px;
    background:white;
    border:1px solid red;
    text-align:center;
    font-weight:bold;
}
#Loading
{
    font-weight:bold;
    font-size:12px;    
    text-align:center;
    padding:10px;
}

.popin-wrapper, 
.popin-wrapper-absolute 
{
text-align: center;
}

#FBConnectCDS
{
    float: left;
    border-left: 1px solid #C4CCD2;
    border-right: 1px solid #C4CCD2;
    border-bottom: 1px solid #C4CCD2;
    width: 478px;
    padding-bottom: 7px;
}

#FBConnectCDS #FBSeparation
{
    width:30px;
    background:white;
    font-weight:bolder;
    font-size:13px;
    text-align:center;
    margin:auto;
    margin-top:-10px;
}

#FBConnectCDS #FBIntro
{
    margin-top:12px;    
    margin-bottom:10px;
}

#FBConnectCDS #FBConnect
{
    margin-top:10px;
    text-align:center;
}
#fbloginheader
{
    background-image: url(https://i2.cdscdn.com/struct/SOCIAL/SSO/background_top.jpg);
    background-repeat : no-repeat;
    height:48px;
    margin-left:-3px;
}
#fblogincontent
{
    background-image: url(https://i2.cdscdn.com/struct/SOCIAL/SSO/background_middle.jpg);
    font-size:12px;
    padding:0 10px;
}
#fblogincontent .intro
{
    text-align:center;
    font-family:Arial;
}
#fbloginbottom
{
    background: url(https://i2.cdscdn.com/struct/SOCIAL/SSO/background_bottom.jpg) 0 0 no-repeat;
    height:21px;
}
#ssoAlreadyCustomer
{
    background:white;
    width:478px;    
    display:none;
}
#FBSeparation
{
    width: 30px;
    background: white;
    font-weight: bolder;
    font-size: 13px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
/* Review */
#FBSSOLogo
{
    background-image:url("https://i2.cdscdn.com/struct/Social/SSO/FB_review_sso_top.png");
    height: 48px;
    width: 48px;
    position:absolute;
    top:-16px;
    left:-12px;
}
.marge {
margin-left: 4em;
}
/* END review*/
