
/*
 * S E S S I O N   C O M M O N
 */
    .session fieldset {
        border:none;
        background:#fff;
        padding:8px;
        margin:0px;
        color:#6a5d64;
    }
        .session fieldset.buttons {
            text-align:right;
            padding-right:20px;
        }    
        .session fieldset.fields label {
            width:170px;
            float:left;
            display:block;
            clear: both;
        }         
        .session fieldset.fields input {
            width:245px;
            border:1px solid #d9d7d8;
            margin-bottom:8px;
        } 
    .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;
    }
    .session h2 {
        font-weight:normal;
        font-size:27px;
        margin-top:5px;
        margin-bottom:12px;
        color:#6a5d64;
    }	
		
/*
 * S E S S I O N    M E N U    L O G G E D    I N
 */



/*
 * S E S S I O N    L O G I N
 */
    #SessionLogin {
        float:left;
        width:447px;
        margin-left:20px;
        display:inline;
	}


/*
 * S E S S I O N    R E G I S T R A T I O N
 */
    
    #SessionRegistration {
        float:right;
        width:447px;
        display:inline;
        margin-right:20px;
    }	
        #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;
            }
            #Adatvedelem {
                margin-top:10px;
                padding:15px;
                font-style:italic;
            }
                #Adatvedelem span {
                    font-style:normal;
                    font-weight:bolder;
                }                     	
/*
 * S E S S I O N    P R O F I L E
 */
#SessionProfile {
    float:left;
}
#SessionChangePass {
    display:inline;
    float:right;
    margin-right:20px;
    width:447px;
}


/*
 * SessionNewPass
 */
#SessionProfile {
    margin-left:20px;
    width:447px;
    display:inline;
}
#SessionNewPass {
    float: left;
    margin-left:20px;
    width:447px;
    display:inline;
}
#SessionNewPass h2 {
	margin-bottom:20px;
    margin-top: 0px;
}	
	#SessionNewPass form {
	    margin-top:20px;
	}
	   #SessionNewPass fieldset {
            background:#FFFFFF none repeat scroll 0% 0%;
            border:medium none;
            color:#6a5d64;
            margin:0px;
            padding:8px;
       }
    #SessionNewPass fieldset.buttons {
        padding-left:330px;
    }   
        #SessionNewPass fieldset label {
            clear:both;
            display:block;
            float:left;
            width:170px;
        }
    	
	#SessionCaptchaLabel {
	    font-weight:bolder;
        color:#0e8eb8;
	}
	
