﻿div#SpinnerContainer
{
    position: absolute;    
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    z-index: 1000; /* Important to set this */
} 
div#Spinner
{ 
    position: absolute;
    display: none;
    width:50px;
    height: 50px;
    top: 32%;
    left: 48%;            
    z-index:1001;
    overflow: auto;
} 

.BlockLightStyleLogin
{
    display: none;
    position: absolute;
    top: 220px;
    right: 184px;
    margin: auto;
    width: 600px;
    background-color: #E5E5E5;
    z-index: 1002;
    direction: rtl;
    border-radius: 25px;
    border: 2px solid Silver;
    padding: 15px 51px; 
    font-family: Arial;       
    padding-right: 30px 
}

.loginForgetSendButton
{
    width: 107px;
    height: 29px;
    background-image:url('../App_Themes/histadrut/images/contact_send_butt.png');
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer
}
.loginUpdatePasswordButton
{
    width: 107px;
    height: 29px;
    background-image:url('../App_Themes/histadrut/images/updatePassword.png');
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer
}
.loginForgetCancelButton {
    width: 30px;
    height: 32px;
    background-image: url(../App_Themes/histadrut/images/close_icon.png);
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    background-color: inherit;
}

.loginValidationSummary {
    color: white;
}
.headerPage {

}

