﻿/*--------------------------------------------------login page---------------------------------------*/

#ctl00_MC_loginControl_upMain
{
    position:relative;
}

.loginUser
{
    background-image: url("../../../Images/GSBenefits/Background/LOGINBOX_bg.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    height:235px;
    width:199px;
    display:block;
    margin-top:50px;
    margin-bottom:50px;
    padding:100px 30px 0px 30px;
    margin-left:440px;
}

.loginUser table.LoginBox.loginPageBox
{
    display:block;
    width:200px;
    font-size: 11px;
}

.loginUser table.LoginBox.loginPageBox tr td div input[type="submit"],
.loginUser table.LoginBox.loginPageBox tr td div input[type="text"],
.loginUser table.LoginBox.loginPageBox tr td div input[type="password"]
{
    float:right;
}

.loginUser table.LoginBox.loginPageBox tr td div input[type="text"],
.loginUser table.LoginBox.loginPageBox tr td div input[type="password"]
{
    width: 150px;
}

.registerAndRemember
{
    background-image: url("../../../Images/GSBenefits/Background/LOGIN_bg_add.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    width:413px;
    height:68px;
    font-size:11px;
    left: 155px;
    position: absolute;
    top: 168px;
    font-family:Tahoma;
}

.registerAndRemember span
{
    text-transform:uppercase;
    font-weight:bold;
}

.registerAndRemember div
{
    padding-top:12px;
    padding-left:15px;
}

.registerAndRemember div a,
.registerAndRemember div a:visited
{
    color: #0a9e5b;
}

.registerAndRemember a#ctl00_MC_loginControl_vlbResetPassword:hover,
.registerAndRemember a#ctl00_MC_loginControl_vlbCreateNewAccount:hover
{
    color:#006839;
}

.loginInput
{
    height:45px;
    width:200px;
}

.loginInput span#ctl00_MC_loginControl_myLogin_rfvUserName
{
    position:absolute;
    background-image: url("../../../Images/GSBenefits/Background/LOGIN_bg_validSmall.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    width:147px;
    height:26px;
    font-size:11px;
    font-family:Tahoma;
    color:Red;
    display:block;
    padding: 10px 0 0 95px;
    left:590px;
    top:93px;
}

.loginInput span#ctl00_MC_loginControl_myLogin_rvfPassword
{
    position:absolute;
    background-image: url("../../../Images/GSBenefits/Background/LOGIN_bg_validSmall.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    width:147px;
    height:26px;
    font-size:11px;
    font-family:Tahoma;
    color:Red;
    display:block;
    padding: 10px 0 0 95px;
    left:590px;
    top:138px;
}

.loginError
{
    position:absolute;
    background-image: url("../../../Images/GSBenefits/Background/LOGIN_bg_validBig.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    width:158px;
    height:58px;
    font-size:12px;
    font-family:Tahoma;
    color:Red;
    display:block;
    padding: 10px 0 0 85px;
    left:675px;
    top:185px;
    line-height: 22px;
}

/*--------------------------------------------------login page-end-----------------------------------*/
/*--------------------------------------------------register page------------------------------------*/
.newAccount
{
    background-image: url("../../../Images/GSBenefits/Background/WINDOW_bg.png");
    background-repeat: repeat-x;
    background-position:left 41px;
    background-color:#f1f1f1;
    border-left:1px solid #f4f4f4;
    border-bottom: 1px solid #656565;
    border-right:1px solid #a2a2a2;
    border-top:1px solid white;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    width:456px;
    margin-top:50px;
    margin-bottom:50px;
    margin-left:auto;
    margin-right:auto;
    padding:0px 20px 20px 20px;
    position:relative;
    font-size:12px;
}

.newAccount > span
{
    background-image: url("../../../Images/GSBenefits/Background/WINDOWheader_bg.png");
    background-repeat: repeat-x;
    background-position:top left;
    background-color:white;
    display:block;
    height: 31px;
    width:478px;
    position:absolute;
    top:-1px;
    left:-1px;
    padding:10px 0px 0px 20px;
    color:White;
    font-weight:bold;
    font-size:16px;
}

.newAccount div.loginBox
{
    margin-top:61px;
}

.newAccount div.loginBox table
{
    border-collapse:collapse;
    border-bottom:1px dashed gray;
}

.newAccount div.loginBox table table
{
    border-collapse:collapse;
    border-bottom:none;
}

.newAccount div.loginBox table#ctl00_MC_rbPersonalDataProcessing,
.newAccount div.loginBox table#ctl00_MC_rbSendAds
{
    border-bottom:none;
}

.newAccount div.loginBox table tr td:first-child
{
    width:300px;
    padding-right:10px;
}
.newAccount div.loginBox table tr td
{
    width:150px;
    text-align:justify;
    padding:7px 0px 7px 0px;
    vertical-align:middle;
}

.newAccount div.loginBox table tr td a,
.newAccount div.loginBox table tr td a:visited
{
    color: #0a9e5b;
}

.newAccount div.loginBox table tr td a:hover
{
    color:#006839;
}

.newAccount div.loginBox table tr td span.captchaLabel
{
    display:block;
    width:194px;
    background-color:#dfdfdf;
    padding:3px;
}

.newAccount div.loginBox table tr.Outer
{
    border-top:1px dashed gray;
}

.newAccount div.loginBottomBox
{
    margin-top:20px;
    text-align:center;
}

.newAccount div.loginBox table tr td span.FirstNameError
{
    left:455px;
    top:62px;
}

.newAccount div.loginBox table tr td span.LastNameError
{
    left:455px;
    top:100px;
}

.newAccount div.loginBox table tr td span.EmailError
{
    left:455px;
    top:178px;
}

.newAccount div.loginBox table tr td span.NoCaptchaError
{
    left:455px;
    top:242px;
}

.newAccount div.loginBox table tr td span.VerificationError
{
    left:455px;
    top:305px;
}

.newAccount div.loginBox table tr td span.PhoneError
{
    left:455px;
    top:139px;
}

.newAccount .loginError
{
    left:454px;
    top:251px;
    line-height: 22px;
}

.field.checkBoxDiv.agreementProcessingField,
.field.checkBoxDiv.agreementReceiveField {
    width: auto;
}

/*--------------------------------------------------register page-end--------------------------------*/
/*--------------------------------------------------set password-------------------------------------*/
.ActivationContent
{
    background-image: url("../../../Images/GSBenefits/Background/WINDOW_bg.png");
    background-repeat: repeat-x;
    background-position:left 41px;
    background-color:#f1f1f1;
    border-left:1px solid #f4f4f4;
    border-bottom: 1px solid #656565;
    border-right:1px solid #a2a2a2;
    border-top:1px solid white;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    width:518px;
    margin-top:50px;
    margin-bottom:50px;
    margin-left:auto;
    margin-right:auto;
    padding:0px 20px 20px 20px;
    position:relative;
    font-size:12px;
}

.ActivationContent > p
{
    background-image: url("../../../Images/GSBenefits/Background/WINDOWheader_bg.png");
    background-repeat: repeat-x;
    background-position:top left;
    background-color:white;
    display:block;
    height: 31px;
    width:540px;
    position:absolute;
    top:-1px;
    left:-1px;
    padding:10px 0px 0px 20px;
    color:White;
    font-weight:bold;
    font-size:16px;
    margin:0px;
}

.ActivationContent div#AktywacjaCenter
{
    padding-top:61px;
}

.ActivationContent div#AktywacjaCenter label
{
    display:inline-block;
    width:100px;
    height:35px;
}

.ActivationContent div#AktywacjaCenter div#SubmitButtonDiv
{
    margin-top:20px;
    text-align:center;
}

.ActivationContent div#AktywacjaCenter span.UserNameError
{
    left:260px;
    top:57px;
}

.ActivationContent div#AktywacjaCenter span.PasswordError
{
    left:260px;
    top:98px;
}

.ActivationContent div#AktywacjaCenter span#ctl00_MC_CompareValidator1
{
    position:absolute;
    background-image: url("../../../Images/GSBenefits/Background/LOGIN_bg_validSmall.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    width:147px;
    height:26px;
    font-size:11px;
    font-family:Tahoma;
    color:Red;
    display:block;
    padding: 10px 0 0 95px;
    left:260px;
    top:139px;
}

.PolicyFormHeader
{
    display:none;
}
/*--------------------------------------------------set password-end---------------------------------*/
/*--------------------------------------------------change password----------------------------------*/
.zmianaHasla div#MC_upMain
{
    background-image: url("../../../Images/GSBenefits/Background/CHANGEPASSWORDBOX_bg.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    height:276px;
    width:385px;
    display:block;
    margin-top:50px;
    margin-bottom:50px;
    padding:90px 30px 0px 30px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    font-size: 11px;
}

.zmianaHasla table.LoginBox
{
    font-size: 11px;
}

.zmianaHasla table.LoginBox tr td:first-child
{
    width:110px;
}

.zmianaHasla table.LoginBox tr td input.logininput
{
    width:200px;
    margin-bottom: 15px;
    float:left;
}

.zmianaHasla table.LoginBox tr td span.ErrorFieldSmall
{
    left: 340px;
}

.zmianaHasla div.important
{
    position:absolute;
    background-image: url("../../../Images/GSBenefits/Background/LOGIN_bg_validBig.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-color:transparent;
    width:158px;
    height:58px;
    font-size:12px;
    font-family:Tahoma;
    color:Red;
    display:block;
    padding: 10px 0 0 85px;
    left:661px;
    top:224px;
    line-height: 22px;
    z-index:1;
}

.zmianaHasla table.LoginBox tr td input[type="submit"]
{
    position:absolute;
    left:275px;
}

/*--------------------------------------------------change password-end------------------------------*/

/*Nowa Strona Logowania*/

.ajax__tab_body fieldset legend 
{
    background-color: white;
    background-image: url("../../../Images/GSBenefits/Background/WINDOWheader_bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: White;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 31px;
    left: -9px;
    padding: 10px 0 0 20px;
    position: absolute;
    top: -1px;
    width: 777px;
}

.ajax__tab_body fieldset
{
    border: medium none;
    margin: 0;
    padding: 51px 0 0;
    position: relative;
}

.ajax__tab_xp .ajax__tab_body
{
    background-color: #F1F1F1!important;
    background-image: url("../../../Images/GSBenefits/Background/WINDOW_bg.png");
    background-position: left 41px;
    background-repeat: repeat-x;
    border-color: white #A2A2A2 #656565 #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px #888888;
    font-size: 12px;
    margin-bottom: 50px;
    margin-left: 200px;
    padding: 0 20px 20px;
    position: relative;
    width: 780px;
}

.ajax__tab_header
{
    display:none;
}