/* Captcha  and password security */
#Captcha1 {
}

.OutPassSecurity {
    background: #cccccc;
    height: 5px;
    overflow: hidden;
}

.OutPassSecurity .PassSecurity1 {
    background: #cc0000;
    height: 5px;
}

.OutPassSecurity .PassSecurity2 {
    background: #d68001;
    height: 5px;
}

.OutPassSecurity .PassSecurity3 {
    background: #398fbc;
    height: 5px;
}

/* /Captcha  and password security */

/* Registration steps */
.OutRegistrationSteps {
    padding: 10px 0 20px 0;
    text-align: center;
}

.RegistrationStepsTbl td {
    font-size: 15px;
    font-weight: bold;
    padding: 0 60px 0 5px;
}

.RegistrationStepsTbl .RegistrationStepsImg {
    padding: 0 10px 0 5px;
}

.RegistrationStepsTbl .RegistrationStepsImg img {
    height: 30px;
    width: 30px;
}

.RegistrationStepsTbl .RegistrationStepsText {
    background: url( "/resources/img/bg/reg_step.gif" ) 0 90% repeat-x;
    color: #a4c5dc;
}

.RegistrationStepsTbl .RegistrationStepsTextActive {
    background: url( "/resources/img/bg/reg_step.gif" ) 0 90% repeat-x;
    color: #4a8cba;
}

/* /Registration steps */

#Film1, #Film2 {
    height: 67px;
    width: 120px;
}

.Film1Off {
    background: url( "/resources/images/other/bimply_is_1_off.gif" );
    cursor: pointer;
}

.Film1On {
    background: url( "/resources/images/other/bimply_is_1_on.gif" );
}

.Film2Off {
    background: url( "/resources/images/other/bimply_is_2_off.gif" );
    cursor: pointer;
}

.Film2On {
    background: url( "/resources/images/other/bimply_is_2_on.gif" );
}

.LandingPageShare {
    background: url( "/resources/img/bg/landing_page_share.jpg" ) 0 0 no-repeat;
    height: 449px;
    width: 994px;
}

.LandingPageSwap {
    background: url( "/resources/img/bg/landing_page_swap.jpg" ) 0 0 no-repeat;
    height: 449px;
    width: 994px;
}

.LandingPageSwapCompact {
    background: url( "/resources/img/bg/landing_page_swap_compact.jpg" ) 0 0 no-repeat;
    height: 449px;
    width: 773px;
}

.LandingPageInner {
    padding: 10px 25px 40px 25px;
}

.LandingPageInvitation {
    width: 994px;
}