﻿.LoginTable
{
  background-color:white;
  font-size: 20px;
  width: 100%;
}

.LoginControl td
{
  font-size: 11px;
}

.SignInButtonImage
{
	/* Move to sprite css central file
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
  background-position: 0px -30px; 
  width:69;
  height:30;
}

.SignUpButtonImage
{
	/* Move to sprite css central file
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
  background-position: -360px -90px; 
  width:130;
  height:30;
  border-left: 8px;
}

.KGLogoImage
{
	/* Move to sprite css central file
  background: url('../Images/HKLogo/HKLogo_All.png') no-repeat; */
  background-position: -460px 0px; 
  width:118;
  height:77;
}

.PasswordRecoveryLink
{
  font-size: 11px;
}

.HideButton{display:none} 
.ShowButton{display:block} 

.HideResendButton,
.ShowResendButton
{
	/* Move to sprite css central file
	background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
	width: 69px;
	height: 33px;
	background-position: -510 -149;
}

.HideResendButton
{
  display:none;  
}

.ShowResendButton
{
  display:block; 
  margin-left: -17px;
}

.LoginImageButtonDiv
{
	/* Move to sprite css central file
	background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
	width: 69px;
	height: 33px;
	background-position: -440 -149;
}


