/*
 * S E S S I O N   C O M M O N
 */
    .session fieldset {
        border:none;
        padding:8px;
        margin:0px;
    }
        .session fieldset.buttons {
            text-align:right;
            padding-right:20px;
        }    
        .session fieldset.fields label {
            width:170px;
            float:left;
            display:block;
            clear: both;
        }
        #Blog .session fieldset.fields label {
            width: 100px;
        }
        .rightSContent .session fieldset.fields label {
            width:75px;
        }
        .rightSContent .session fieldset.fields input {
            width:110px;
        }
        .session fieldset.fields input, .session fieldset.fields textarea {
            width:245px;
            border:1px solid #6a95bb;
            background:#1c2832;
            margin-bottom:8px;
            color:#fff;
        } 
        .session fieldset.fields textarea {
            height:200px;
        }
    .sessionTop {
        width:447px;
        height:10px;
        overflow:hidden;
    }
    .sessionBottom {
        width:447px;
        height:10px;
        overflow:hidden;
        margin-bottom:20px;
    }
    .session h2 {
        font-weight:normal;
        font-size:27px;
        margin-top:5px;
        margin-bottom:12px;
        color:#0d476e;
    }	
		
/*
 * 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 {
	}


/*
 * S E S S I O N    R E G I S T R A T I O N
 */
    
    #SessionRegistration {
    }	
        #SessionRegistration table#passwordCheck {
            width:200px;
            border-collapse:collapse;
            height:20px;
            margin-bottom:2px;
        }
            #SessionRegistration table#passwordCheck td {
                padding:0px;
            }
            #weak,#medium,#strong {
                width:81px; 
                text-align:center;
                color:#000;
 
            }
            #weak,#medium {
                border-right:1px solid #fff;
            }
            #Adatvedelem {
                margin-top:10px;
                padding:15px;
                font-style:italic;
            }
                #Adatvedelem span {
                    font-style:normal;
                    font-weight:bolder;
                }
                #Adatvedelem1 span {
                    font-style:normal;
                    font-weight:bolder;
                }
           #Adatvedelem1 {
               clear:left;
                margin-top:10px;
                padding:0px;
                padding-left:15px;
                padding-top:15px;
                font-style:italic;
            }

/*
 * 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:#8C8086;
            margin:0px;
            padding:8px;
       }
    #SessionNewPass fieldset.buttons {
        padding-left:330px;
    }   
        #SessionNewPass fieldset label {
            clear:both;
            display:block;
            float:left;
            width:170px;
        }
    	
	
	
