﻿
/*
=========================
		LOG IN
=========================
*/
.lblLogOut{color:White;}
.Required{color:Red;}
.WhyLoginPage{margin-bottom:200px;}
.btnDisableLogin
{
	float:right;
	margin-right:2px;
}
.buttonLoginNow
{
	background:url(../images/btnLoginNow.gif) no-repeat; 
	height:26px;
	width:80%;
	cursor:pointer;
}
.buttonLoginNowHover{background:url(../images/btnLoginNowOn.gif) no-repeat;}
.LogInContainer { 
	background:url(../images/UserControls/LogIn/LogInBG.gif) no-repeat; 
	color:#FFFFFF; 
	height:188px;
	width:175px; 
	position:relative;
	margin-top:12px;
}
.LogInConnected
{
	background:url(../images/UserControls/LogIn/LogInConnectedBG.gif) no-repeat; 
	width:175px; 
	height:170px;
	color:#FFFFFF;
	margin-top:12px;
}
.LogInContent {
	position:relative;
	top:46px;
	right:15px;
	width:150px;
}
.btnEnter 
{
	background:url(../images/UserControls/LogIn/btnEnter.gif) no-repeat; 
	width:52px;
	height:26px;
	position:relative;
	right:90px;
	border:none;
	cursor:pointer;
}
.btnEnterHover {background:url(../images/UserControls/LogIn/btnEnterOn.gif) no-repeat;}
.SignIn { color:#ffffff;text-decoration:none;}
.SignInHover{text-decoration:underline;color:#A5C2FD;} 
.WhyRegister {
	background:url(../images/UserControls/LogIn/btnWhyRegister.gif) no-repeat; 
	width:149px; 
	height:17px; 
	display:block; 
	margin-top:6px;
	cursor:pointer;
}
.WhyRegisterHover {background:url(../images/UserControls/LogIn/btnWhyRegisterOn.gif) no-repeat;}
.LoginUser { 
	background-color:Transparent;
	border:0;
	width:130px; 
	position:relative;
	right:10px;
	display:block; 
}
.LoginPass { 
	background:url(../images/UserControls/LogIn/pass.gif) right no-repeat transparent; 
	background-color:Transparent;
	border:0;
	width:130px;
	position:absolute;
	top:24px;
	right:10px;
	display:block; 
}
.LoginPassOn { 
	background-color:Transparent;
	border:0; 
	width:130px; 
	position:absolute;
	top:24px;
	right:3px;
	display:block; 
	color: #000000; 
}
.conditionRegist
{
	color:#0C3BA3;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}
.LoginTextBox{text-align:left;}
.txtTitle
{
	color:#073FB0;
	font-weight:bold;
}
.LineChild
{
	width:100%;
	height:22px;
	margin:10px 0 10px 0;
}
.TabsLogIn
{
	width:100%;
	height:20px;
	margin-bottom:30px
}
.HR159
{
	float:right;
	margin-top:18px;
}
.btnMyPersonalArea
{
	background:url(../Images/UserControls/LogIn/btnMyPersolanArea.gif) no-repeat;
	width:170px;
	height:33px;
	margin-top:70px;
	cursor:pointer;
}
.btnMyPersonalAreaHover{background:url(../Images/UserControls/LogIn/btnMyPersolanAreaOn.gif) no-repeat;}
.LogOutUser
{
	cursor:pointer;
	margin-top:10px;
	width:60px;
}
.BackToHomePage{position:relative;top:300px;right:135px;}

/*
	ConditionRegistration.htm
*/
.ConditionRegistrationDiv
{
    text-align:right;
    direction:rtl;
    margin-top:20px;
}
.Bold{font-weight:bold;}
.ConditionRegistrationTitle
{
    background:url('../Images/ConditionUse.jpg') no-repeat;
    width:163px;
    height:54px;
    float:right;       
}
.PrivetDeclaration
{
	background:url('../Images/DeclarationPrivet.jpg') no-repeat;
    width:187px;
    height:54px;
    float:right;  
}
/*
	End -->	ConditionRegistration.htm
*/