﻿body {
}

.UserNameText
{
  width:108px; 
  height:25px;
  font-family:Tahoma ;
  color:Black;
  font-size:11px;
  
}

.PasswordText
{
  width:108px; 
  height:25px;
  font-family:Tahoma ;
  color:Black;
  font-size:11px;
}
.UserNameLabel,.PasswordLabel{
	font-family: Tahoma;
    color:Black;
    font-size:11px;
    white-space:nowrap;
}

.RegisterLink, .RegisterLink:link, .RegisterLink:hover, .RegisterLink:visited
{
  font-weight:normal;
  color:Black;
  font-family:Arial;
  font-size:small;
  white-space:nowrap;
}

.LogOutLink, .LogOutLink:link, .LogOutLink:hover, .LogOutLink:visited
{
  font-weight:normal;
  color:#0099c5;
  text-decoration: underline;
  font-family:Arial;
  font-size:small;
  white-space:nowrap;
}