.BtnRegisterBlue, .BtnRegisterBlue:visited, .BtnRegisterBlue:hover
{
  color: #5c9ec8;
  text-decoration: none;
  cursor:pointer;
  border-bottom: 0;
}

#loginFormWrapper
{
  display: inline-block;
  font-size: 80%;
  padding: 3px;
  margin: 0 auto;
  background: #999999;
}

#rememberMe
{
  margin: 0;
}


#i18n_login_rememberMe
{
  margin: 0;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  color: black;
}


.LoginDialog
{
  width:26em;
}

#loginDialogContainer
{
  min-height: 26em;
  position: relative;
}


.LoginHeader
{
  width: 100%;
  margin: auto;
  text-align: center;
}

#welcome
{
  display: inline-block;
  text-align: left;
  margin-bottom: 1em;
  color: #fff;
  font-size: 85%;
  line-height: 1.5em;
}



input[type=text].LoginInput, input[type=password].LoginInput
{
  width: 95%;
  height:1.5em;
  line-height: 1.5em;
  font-size: 165%;
  font-family: helvetica;
}



#i18n_login_forgotPassword
{
  color: white;
  margin: 0 auto;
  line-height: 1.5em;
  width:10em;
  display:block;
  font-size: 75%;
  text-decoration: none;
}

#i18n_login_forgotPassword:hover
{
  cursor:hand;
  cursor:pointer;
}

input[type=text].InputError, input[type=password].InputError
{
  border-color: #cc0000;
  color: #cc0000;
}

#i18n_login_incorrect
{
  visibility: hidden;
  color: #cc0000;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}



input::-ms-clear
{
  display: none;
}

