
/*   B i g   W h i t e   L a y o u t   */

#BigWhiteTop {
    background:url('../images/webshop/session/bgTop.gif');
    height:10px;
    margin-top:20px;
    overflow:hidden;
}

#BigWhiteCenter {
    background:#f4f2f3;
    padding-left:15px;
    padding-right:15px;
    padding-top:1px;
}

#BigWhiteCenter h2 {
    font-weight:normal;
    font-size:27px;
    margin-top:5px;
    margin-bottom:12px;
    color:#8c8086;
}

#BigWhiteCenter div.left, #BigWhiteCenter form.left {
    float:left;
    width:447px;
}

#BigWhiteCenter div.right, #BigWhiteCenter form.right {
    float:right;
    width:447px;
}

#BigWhiteBottom {
    background:url('../images/webshop/session/bgBottom.gif');
    height:10px;
    overflow:hidden;
}



/*   S e s s i o n   */

.session fieldset {
    background:#fff;
    color:#6a5d64;
}
.session fieldset.buttons {
    text-align:right;
}    
.sessionTop {
    background:url(../images/webshop/session/whiteTop.gif); 
    width:447px;
    height:10px;
    overflow:hidden;
}
.sessionBottom {
    background:url(../images/webshop/session/whiteBottom.gif);
    width:447px;
    height:10px;
    overflow:hidden;
    margin-bottom:20px;
}


/*
 * S E S S I O N    R E G I S T R A T I O N
 */
#SessionRegistration table#passwordCheck {
    width:200px;
    border-collapse:collapse;
}
#SessionRegistration table#passwordCheck td {
    padding:0px;
}
#weak,#medium,#strong {
    width:81px; 
    text-align:center;
    color:#000;
    padding-top:2px;
    padding-bottom:2px;
}
#weak,#medium {
    border-right:1px solid #fff;
}

#SessionRegistrationAccept {
    background-color:#fff;
    padding:15px 30px;
}

#SessionRegistrationAccept form {
    display:inline;
}

#SessionRegistrationAccept input {
    margin-right:10px;
}

